eive-tmtc/release-checklist.md

16 lines
391 B
Markdown
Raw Permalink Normal View History

2023-06-10 14:46:00 +02:00
Checklist for new releases
========
# Pre-Release
2023-09-12 13:05:18 +02:00
1. Bump version inside the `pyproject.toml` file.
2023-06-10 14:46:00 +02:00
2. Update `CHANGELOG.md`: Convert `unreleased` section into version section
with date and new `unreleased`section.
3. Run auto-formatter with `black .`
2023-09-14 12:09:50 +02:00
4. Run linter with `ruff .`
2023-06-10 14:46:00 +02:00
# Post-Release
1. Create new release on `EGit` based on the release branch. This also creates
a tag.