changelog
EIVE/-/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2023-09-12 13:05:18 +02:00
parent acbcbbe98f
commit 33cff5e2d2
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 7 additions and 1 deletions

View File

@ -10,6 +10,12 @@ list yields a list of all related PRs for each release.
# [unreleased]
# [v5.5.0] 2023-09-12
- Version is not specfied dynamically anymore and can be updated in `pyproject.toml`
- New events and returnvalues
- Bump `tmtccmd` to v6.0.0rc0
# [v5.4.3] 2023-08-15
## Added

View File

@ -3,7 +3,7 @@ Checklist for new releases
# Pre-Release
1. Bump version inside the `eive_tmtc/__init__.py` file.
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 .`