Skip to content

Commit

Permalink
chore(CI): default to auto semver on release
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Jan 23, 2025
1 parent c1d35a6 commit 36d2463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
semver:
description: 'The semver to use'
required: true
default: 'patch'
default: 'auto'
type: choice
options:
# - auto
- auto
- patch
- minor
- major
Expand Down

0 comments on commit 36d2463

Please sign in to comment.