mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Add script for releasing new versions
This commit is contained in:
4
DEV.md
4
DEV.md
@ -56,6 +56,10 @@ In your first PR, please add your name to the `LICENSE` file.
|
||||
|
||||
## Releasing a new version
|
||||
|
||||
This section describes the steps required to release a new version of PFERD.
|
||||
Usually, they don't need to performed manually and `scripts/bump-version` can be
|
||||
used instead.
|
||||
|
||||
1. Update the version number in `PFERD/version.py`
|
||||
2. Update `CHANGELOG.md`
|
||||
3. Commit changes to `master` with message `Bump version to <version>` (e. g. `Bump version to 3.2.5`)
|
||||
|
Reference in New Issue
Block a user