total rebase
[anni] / .gitlab / merge_request_templates / Release.md
1 ### Release checklist
2 * [ ] Bump version in `mix.exs`
3 * [ ] Compile a changelog with the `tools/collect-changelog` script
4 * [ ] Create an MR with an announcement to pleroma.social
5 #### post-merge
6 * [ ] Tag the release on the merge commit
7 * [ ] Make the tag into a Gitlab Releaseā„¢
8 * [ ] Merge `stable` into `develop` (in case the fixes are already in develop, use `git merge -s ours --no-commit` and manually merge the changelogs)