mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Adds a notable changes section for release changelogs
This commit is contained in:
		
							
								
								
									
										12
									
								
								.github/release-drafter.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/release-drafter.yml
									
									
									
									
										vendored
									
									
								
							@@ -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: '\<*_&#@'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user