projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd04137
)
release MR template: add a note about merging stable changes back to
author
rinpatch
<rinpatch@sdf.org>
Wed, 26 Aug 2020 04:08:02 +0000
(07:08 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Wed, 26 Aug 2020 04:09:28 +0000
(07:09 +0300)
develop
.gitlab/merge_request_templates/Release.md
patch
|
blob
|
history
diff --git
a/.gitlab/merge_request_templates/Release.md
b/.gitlab/merge_request_templates/Release.md
index 237f74e00c1e5223e774fa90da965c3a3f344d3d..b2c772696f6ef77b58d5d7c9254b121d042c53dc 100644
(file)
--- a/
.gitlab/merge_request_templates/Release.md
+++ b/
.gitlab/merge_request_templates/Release.md
@@
-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)