Skip to content

Commit

Permalink
ci: add changelog categories
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger committed Feb 26, 2024
1 parent 554ac13 commit f305cc3
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,53 @@ template: |
name-template: "Version $RESOLVED_VERSION"
tag-template: "$RESOLVED_VERSION"

categories:
- title: 'πŸš€ Features'
labels:
- 'feature'
- 'feat'
- title: 'πŸ› Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
label: 'chore'
- title: 'πŸ“š Documentation'
label: 'docs'
- title: 'πŸ§ͺ Tests'
label: 'test'
- title: '🏷️ Version Tags'
label: 'version'
- title: 'πŸ”– Release Tags'
label: 'release'
- title: '🧩 Dependencies'
label: 'dependencies'
- title: 'πŸ”’ Security'
label: 'security'
- title: '🚨 Breaking Changes'
label: 'breaking'
- title: '🧹 Code Cleanup'
label: 'cleanup'
- title: 'πŸ”§ Config'
label: 'config'
- title: 'πŸ“¦ Packages'
label: 'package'
- title: 'πŸ”₯ Removals'
label: 'removal'
- title: '🚧 Work In Progress'
label: 'wip'
- title: 'πŸ”€ Merges'
label: 'merge'
- title: '🎨 Style'
label: 'style'
- title: 'πŸ”Š Logging'
label: 'logging'
- title: 'πŸ”‡ Silence'
label: 'silence'
- title: 'πŸ€– CI/CD'
label: 'ci'

version-resolver:
major:
labels:
Expand Down

0 comments on commit f305cc3

Please sign in to comment.