Skip to content
Snippets Groups Projects
Verified Commit 3809f5f2 authored by Arie Peterson's avatar Arie Peterson
Browse files

Add details on release branch to issue template

parent 2b6cb6e5
No related branches found
No related tags found
No related merge requests found
# Release checklist:
* [ ] If this is a major release, create a new release branch (`v0.4`, etc.).
* [ ] update/review `docs/*` and make sure it matches the current state
* Update how to checkout the latest stable tag
* [ ] Ensure all dependencies are updated and locked
* [ ] Ensure all dependencies are updated and locked (locking should be done
only on the release branch):
* [ ] `requirements-stable.lock`
* [ ] `flux/*`
* [ ] chart versions in `flux/*`
* [ ] in `ansible/group_vars/all/oas.yml`: `flux_source.branch` should be set to the release branch
* [ ] update [CHANGELOG.md](https://keepachangelog.com/en/1.0.0/)
* Include `Known issues`
* [ ] update the version number in the `VERSION` file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment