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