-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d0cd8e
commit fae0b2a
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Zenko Release Instructions | ||
|
||
## Release Process | ||
|
||
To release the Zenko and Zenko-base ISOs: | ||
|
||
1. Tag and release the Zenko version using the [GitHub release page](https://github.com/scality/Zenko/releases/new). | ||
1. Retrieve the eve `artifacts_name` of the tagged build. This can be found | ||
under the `Build Properties` of the selected eve build. | ||
1. Tag the selected artifacts using the eve `promote` command: | ||
* The `promote` command can be found on the [eve builders page](https://eve.devsca.com/github/scality/zenko/#/builders/bootstrap). | ||
* Fill the `artifact source` field with the retrieved `artifacts_name`. | ||
* Fill the `tag` field with the Zenko tag. |