release MR template: add a note about merging stable changes back to
authorrinpatch <rinpatch@sdf.org>
Wed, 26 Aug 2020 04:08:02 +0000 (07:08 +0300)
committerrinpatch <rinpatch@sdf.org>
Wed, 26 Aug 2020 04:09:28 +0000 (07:09 +0300)
develop

.gitlab/merge_request_templates/Release.md

index 237f74e00c1e5223e774fa90da965c3a3f344d3d..b2c772696f6ef77b58d5d7c9254b121d042c53dc 100644 (file)
@@ -3,3 +3,4 @@
 * [ ]  Compile a changelog
 * [ ]  Create an MR with an announcement to pleroma.social
 * [ ]  Tag the 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)