]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Create release-drafter.yml ngx-1.7.0-rc1
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Tue, 12 Apr 2022 05:05:55 +0000 (22:05 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Tue, 12 Apr 2022 05:05:55 +0000 (22:05 -0700)
[ci skip]

.github/release-drafter.yml [new file with mode: 0644]

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
new file mode 100644 (file)
index 0000000..f5c9ebe
--- /dev/null
@@ -0,0 +1,34 @@
+categories:
+  - title: 'Features'
+    labels:
+      - 'enhancement'
+  - title: 'Bug Fixes'
+    labels:
+      - 'bug'
+  - title: 'Documentation'
+    label: 'documentation'
+  - title: 'Maintenance'
+    labels:
+      - 'chore'
+      - 'deployment'
+      - 'translation'
+  - title: 'Dependencies'
+    collapse-after: 3
+    label: 'dependencies'
+include-labels:
+  - 'enhancement'
+  - 'bug'
+  - 'chore'
+  - 'deployment'
+  - 'translation'
+  - 'dependencies'
+replacers: # Changes "Feature: Update checker" to "Update checker"
+  - search: '/Feature:|Feat:|\[feature\]/gi'
+    replace: ''
+change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
+change-title-escapes: '\<*_&#@'
+tag-prefix: "ngx-"
+template: |
+  ## Changelog
+
+  $CHANGES