2020-03-16 14:26:28 +00:00
|
|
|
### Release checklist
|
2022-11-28 21:07:45 +00:00
|
|
|
* [ ] Bump version in `mix.exs`
|
2023-10-26 00:44:47 +00:00
|
|
|
* [ ] Compile a changelog with the `tools/collect-changelog` script
|
2022-11-28 21:07:45 +00:00
|
|
|
* [ ] 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™
|
2020-08-26 04:08:02 +00:00
|
|
|
* [ ] Merge `stable` into `develop` (in case the fixes are already in develop, use `git merge -s ours --no-commit` and manually merge the changelogs)
|