mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Add script for releasing new versions
This commit is contained in:
parent
85f89a7ff3
commit
c33de233dc
3 changed files with 116 additions and 1 deletions
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`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue