2020-03-16 07:26:28 -07:00
|
|
|
### Release checklist
|
2022-11-28 13:07:45 -08:00
|
|
|
* [ ] Bump version in `mix.exs`
|
2023-10-25 17:44:47 -07:00
|
|
|
* [ ] Compile a changelog with the `tools/collect-changelog` script
|
2022-11-28 13:07:45 -08: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-25 21:08:02 -07: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)
|