add release checklist
This commit is contained in:
parent
7b21070363
commit
1724a90a26
15
release-checklist.md
Normal file
15
release-checklist.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Checklist for new releases
|
||||||
|
========
|
||||||
|
|
||||||
|
# Pre-Release
|
||||||
|
|
||||||
|
1. Bump version inside the `eive_tmtc/__init__.py` 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.
|
Loading…
Reference in New Issue
Block a user