File: releasing.md

package info (click to toggle)
sen 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,516 kB
  • sloc: python: 5,456; xml: 21; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 432 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# How to release `sen`?

1. set correct version in `pyproject.toml` and `sen/__init__.py`
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)
6. correct Docker Hub tags - let latest release point to `latest`
7. bump version in pyproject.toml to `x.y.z-dev`