Merge pull request #5666 from LibreSign/fix/remove-duplicated-header

fix: remove duplicated #
This commit is contained in:
Vitor Mattos 2025-10-28 14:54:25 -03:00 committed by GitHub
commit 4554fc469e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,46 +5,46 @@ name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '### Added'
- title: 'Added'
labels:
- 'feature'
- 'feat'
- 'enhancement'
- title: '### Changed'
- title: 'Changed'
labels:
- 'chore'
- 'refactor'
- 'improvement'
- title: '### Fixed'
- title: 'Fixed'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '### Removed'
- title: 'Removed'
labels:
- 'removed'
- 'deprecated'
- title: '### Security'
- title: 'Security'
labels:
- 'security'
- title: '### Tests'
- title: 'Tests'
labels:
- 'test'
- title: '### Dependencies'
- title: 'Dependencies'
labels:
- 'dependencies'
- title: '### Documentation'
- title: 'Documentation'
labels:
- 'docs'
- title: '### Other'
- title: 'Other'
labels: []
change-template: '- $TITLE [#$NUMBER]($URL)'