Skip to content

Commit

Permalink
Merge pull request #279 from axonivy/ltsDrafter
Browse files Browse the repository at this point in the history
Prepare template to announce LTS12 changes
  • Loading branch information
ivy-rew authored Nov 8, 2024
2 parents b17a196 + 8ce1ac6 commit 0440dc2
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/release-drafter-lts12.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name-template: 'v$RESOLVED_VERSION 🔧'
tag-template: 'v$RESOLVED_VERSION'
filter-by-commitish: true
commitish: release/12.0
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'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: patch
template: |
## Changes
$CHANGES

0 comments on commit 0440dc2

Please sign in to comment.