]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Adds a notable changes section for release changelogs
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 15 Dec 2022 20:57:52 +0000 (12:57 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 29 Dec 2022 23:41:45 +0000 (15:41 -0800)
.github/release-drafter.yml

index 029eae464fc5fe650900f379eefad71395d05375..7a667702e3b743f65cfaef4c41b8fab99bd51561 100644 (file)
@@ -4,6 +4,7 @@ autolabeler:
       - '/^fix/'
     title:
       - "/^fix/i"
+      - "/^Bugfix/i"
   - label: "enhancement"
     branch:
       - '/^feature/'
@@ -13,6 +14,9 @@ categories:
   - title: 'Breaking Changes'
     labels:
       - 'breaking-change'
+  - title: 'Notable Changes'
+    labels:
+      - 'notable'
   - title: 'Features'
     labels:
       - 'enhancement'
@@ -20,7 +24,8 @@ categories:
     labels:
       - 'bug'
   - title: 'Documentation'
-    label: 'documentation'
+    labels:
+      - 'documentation'
   - title: 'Maintenance'
     labels:
       - 'chore'
@@ -29,7 +34,8 @@ categories:
       - 'ci-cd'
   - title: 'Dependencies'
     collapse-after: 3
-    label: 'dependencies'
+    labels:
+      - 'dependencies'
   - title: 'All App Changes'
     labels:
       - 'frontend'
@@ -46,6 +52,8 @@ include-labels:
   - 'frontend'
   - 'backend'
   - 'ci-cd'
+  - 'breaking-change'
+  - 'notable'
 category-template: '### $TITLE'
 change-template: '- $TITLE @$AUTHOR ([#$NUMBER]($URL))'
 change-title-escapes: '\<*_&#@'