summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorMarcin Mikołajczak <git@mkljczk.pl>2023-11-08 20:46:57 +0100
committerMarcin Mikołajczak <git@mkljczk.pl>2023-11-08 20:46:57 +0100
commit1e9333a9aa5f15dd9cbea826ee42561e4a9d12c3 (patch)
tree923fa49e845b97b99c65855de3113b444253e10c /.gitlab
parentc6cedbb8106a16527e48ac8ae03907e1d66c5a1b (diff)
parenta51f3937eef0c6add91234863d5f936c59830d88 (diff)
downloadpleroma-1e9333a9aa5f15dd9cbea826ee42561e4a9d12c3.tar.gz
pleroma-1e9333a9aa5f15dd9cbea826ee42561e4a9d12c3.zip
Merge remote-tracking branch 'origin/develop' into instance-v2
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/merge_request_templates/Default.md2
-rw-r--r--.gitlab/merge_request_templates/Release.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md
index fdf219f99..641d9cfd8 100644
--- a/.gitlab/merge_request_templates/Default.md
+++ b/.gitlab/merge_request_templates/Default.md
@@ -3,7 +3,7 @@
`<code>` can be anything, but we recommend using a more or less unique identifier to avoid collisions, such as the branch name.
- `<type>` can be `add`, `remove`, `fix`, `security` or `skip`. `skip` is only used if there is no user-visible change in the MR (for example, only editing comments in the code). Otherwise, choose a type that corresponds to your change.
+ `<type>` can be `add`, `change`, `remove`, `fix`, `security` or `skip`. `skip` is only used if there is no user-visible change in the MR (for example, only editing comments in the code). Otherwise, choose a type that corresponds to your change.
In the file, write the changelog entry. For example, if an MR adds group functionality, we can create a file named `group.add` and write `Add group functionality` in it.
diff --git a/.gitlab/merge_request_templates/Release.md b/.gitlab/merge_request_templates/Release.md
index 9638d6d11..e57556e6c 100644
--- a/.gitlab/merge_request_templates/Release.md
+++ b/.gitlab/merge_request_templates/Release.md
@@ -1,6 +1,6 @@
### Release checklist
* [ ] Bump version in `mix.exs`
-* [ ] Compile a changelog
+* [ ] Compile a changelog with the `tools/collect-changelog` script
* [ ] Create an MR with an announcement to pleroma.social
#### post-merge
* [ ] Tag the release on the merge commit