summaryrefslogtreecommitdiff
path: root/.gitlab/merge_request_templates/Release.md
blob: b2c772696f6ef77b58d5d7c9254b121d042c53dc (plain)
1
2
3
4
5
6
### Release checklist
* [ ]  Bump version in `mix.exs`
* [ ]  Compile a changelog
* [ ]  Create an MR with an announcement to pleroma.social
* [ ]  Tag the release
* [ ] Merge `stable` into `develop` (in case the fixes are already in develop, use `git merge -s ours --no-commit` and manually merge the changelogs)