eive-tmtc/release-checklist.md
Robin Mueller 33cff5e2d2
All checks were successful
EIVE/-/pipeline/head This commit looks good
changelog
2023-09-12 13:05:18 +02:00

16 lines
393 B
Markdown

Checklist for new releases
========
# Pre-Release
1. Bump version inside the `pyproject.toml` file.
2. Update `CHANGELOG.md`: Convert `unreleased` section into version section
with date and new `unreleased`section.
3. Run auto-formatter with `black .`
4. Run linter with `flake8 .`
# Post-Release
1. Create new release on `EGit` based on the release branch. This also creates
a tag.