Skip to content

Commit

Permalink
Merge pull request #5 from fleetio/open-source-release
Browse files Browse the repository at this point in the history
Open source release
  • Loading branch information
jmmizerany authored Jul 25, 2024
2 parents eb2dd09 + aeb591d commit d350518
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
template: |
# What's Changed
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
categories:
- title: '🚀 New Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'bug'
- title: '🧰 Maintenance'
labels:
- 'chore'
- 'docs'
- 'security'
- 'dependencies'

version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'feature'
- 'enhancement'
patch:
labels:
- 'bug'
- 'dependencies'
- 'security'
- 'docs'
- 'chore'
default: patch

0 comments on commit d350518

Please sign in to comment.