summaryrefslogtreecommitdiff
path: root/.gitlab/merge_request_templates/Release.md
blob: 9638d6d11c7429880dd93a593eccb28d208b88a9 (plain)
1
2
3
4
5
6
7
8
### Release checklist
* [ ] Bump version in `mix.exs`
* [ ] Compile a changelog
* [ ] Create an MR with an announcement to pleroma.social
#### post-merge
* [ ] Tag the release on the merge commit
* [ ] Make the tag into a Gitlab 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)