Skip to content

Commit

Permalink
update releasing docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
  • Loading branch information
TomasTomecek committed Nov 21, 2024
1 parent 6f181f1 commit 4755150
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/releasing.md
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`

0 comments on commit 4755150

Please sign in to comment.