Skip to content

Commit

Permalink
[CHORE] Allow release-drafter to increment minor version (#1532)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay Chia <[email protected]@users.noreply.github.com>
  • Loading branch information
jaychia and Jay Chia authored Oct 26, 2023
1 parent 402b09d commit f49275b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: \<*_& # You can add # and @ to disable mentions, and add ` to disable code blocks.


# Add the "increment-minor-version" label to increment minor versions
version-resolver:
minor:
labels:
- increment-minor-version
default: patch


template: |
## Changes
Expand Down

0 comments on commit f49275b

Please sign in to comment.