Skip to content

Commit

Permalink
Create release.yml (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntloc-axonivy authored Dec 5, 2024
1 parent 3133e10 commit e2f38d9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
changelog:
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '📦 Dependencies'
label: 'dependencies'
- title: ⚠️ Changes
labels:
- 'deprecated'
- title: 📄 Documentation
labels:
- 'docs'
- 'documentation'
exclude:
labels:
- 'skip-changelog'

0 comments on commit e2f38d9

Please sign in to comment.