14 lines
439 B
Markdown
14 lines
439 B
Markdown
# Version update
|
|
|
|
Here is the workflow for updating the version of the project.
|
|
|
|
1. Update version in `pyproject.toml`
|
|
2. Update version in `uv.lock`
|
|
3. Update version in `src/app.py`
|
|
4. Update version in `docker-compose.yml`
|
|
5. Update `CHANGES.md`. Take info from git log
|
|
6. Update `README.md`
|
|
7. Commit changes
|
|
8. Tag release
|
|
9. Push changes
|
|
10. Export docker image to tar file. File name should be `eurovision-25-backend-{version}.tar` |