Skip to content
Snippets Groups Projects
Unverified Commit 703a5dc7 authored by Varac's avatar Varac
Browse files

Update release template

parent 661cfd5a
No related branches found
No related tags found
No related merge requests found
......@@ -2,19 +2,16 @@
## Changes to do on the master branch before releasing
Create a MR for the master branch with the following changes:
* [ ] Create a MR for the master branch for the following changes:
* update/review `docs/*` and make sure it matches the current state
* [ ] Update how to checkout the latest stable tag
* [ ] Document how to upgrade in `docs/upgrade.md`
* [ ] Update dependencies in `requirements-stable.txt`
1. Create a new `virtualenv` and activate it
2. Run `pip3 install -r requirements.txt`
3. Run `pip3 freeze > requirements-stable.txt`
* [ ] Update dependencies in `requirements-stable.txt` by following the
instructions in `requirements.in`
* [ ] update [CHANGELOG.md](https://keepachangelog.com/en/1.0.0/)
* Include `Known issues`
* [ ] Include `Known issues`
* [ ] update the version number in the `VERSION` file
* [ ] commit (signed)
* [ ] commit (signed)
* [ ] Push to MR
* [ ] Wait for MR to get merged into master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment