forked from ConSol/docker-headless-vnc-container
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add how-to-release description ConSol#75
- Loading branch information
Tobias Schneck
committed
Apr 3, 2018
1 parent
15714a6
commit 2161100
Showing
2 changed files
with
23 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
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,20 @@ | ||
# How to release | ||
|
||
* Check if `changelog.md` is correct | ||
* Check if all features are merged in dev and pushed | ||
* Pull the latest `dev` images | ||
|
||
.build/tag_image.sh dev 1.x.x --save | ||
|
||
* Test if the latest `dev` build is usable | ||
* Change the the `FROM` statement in Sakuli `Dockerfile` to `dev` tag (in separate branch) and run (after build on dockerhub) [`docker/.build/tag_image.sh --save`](https://github.com/ConSol/sakuli/blob/master/docker/.build/tag_image.sh) | ||
|
||
* On success - push the tested `dev` images to dockerhub | ||
|
||
.build/tag_image.sh dev 1.x.x | ||
.build/tag_image.sh dev latest | ||
|
||
* Merge `dev` branch to `master` | ||
|
||
* Create a release on [github.com/ConSol/docker-headless-vnc-container/releases/new](https://github.com/ConSol/docker-headless-vnc-container/releases/new) | ||
* Write a blog post for [labs.consol.de](https://labs.consol.de/) |