Skip to content

Commit

Permalink
Merge pull request #836 from hvac/add_version_resolver_bits
Browse files Browse the repository at this point in the history
Add stock version-resolver cfg for release-drafter
  • Loading branch information
jeffwecan committed Jul 18, 2022
2 parents 786d770 + 992c574 commit 07185ce
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ categories:
labels:
- 'misc'
change-template: '- $TITLE. GH-$NUMBER'
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: patch
template: |
$CHANGES

0 comments on commit 07185ce

Please sign in to comment.