Skip to content

Commit

Permalink
Change default version to 'prerelease' in version.yml workflow
Browse files Browse the repository at this point in the history
This commit changes the default value for the 'version' input in the version.yml workflow from 'patch' to 'prerelease'.
  • Loading branch information
Mearman committed Jan 14, 2024
1 parent d5aa8a2 commit 4126d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
version:
description: 'Version'
required: true
default: 'patch'
default: 'prerelease'
type: choice
options:
- "major"
Expand Down

0 comments on commit 4126d22

Please sign in to comment.