Skip to content

Commit

Permalink
ci: fix release-drafter configuration version-resolver
Browse files Browse the repository at this point in the history
Signed-off-by: kalil <kalil.pelissier@gmail.com>
  • Loading branch information
kalil-pelissier authored and leofvo committed Nov 21, 2022
1 parent 70349ef commit 5c4f2be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add
version-resolver:
major:
labels:
- major
- "semver: major"
minor:
labels:
- minor
- "semver: minor"
patch:
labels:
- patch
- "semver: patch"
default: patch

exclude-labels:
Expand Down

0 comments on commit 5c4f2be

Please sign in to comment.