-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #182 from TomasTomecek/080-release
0.8.0 release
- Loading branch information
Showing
5 changed files
with
14 additions
and
5 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 |
---|---|---|
@@ -1,10 +1,9 @@ | ||
# How to release `sen`? | ||
|
||
1. set correct version in `setup.py` and `sen/__init__.py` | ||
2. verify that docker hub builds are passing | ||
2. verify that docker hub builds are passing: https://hub.docker.com/repository/docker/tomastomecek/sen/general | ||
3. do **NOT** create feature branch with same name as tag | ||
4. prepare changelog (`CHANGELOG.md` and release notes) | ||
5. when tagged with release, verify that release was successful on travis | ||
6. correct Docker Hub tags - let latest release point to `latest` | ||
7. bump version in setup.py to `x.y.z-dev` | ||
|
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
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