no prerelease
This commit is contained in:
parent
21393240e1
commit
775e6d909f
4
.github/workflows/update-release-v1.yml
vendored
4
.github/workflows/update-release-v1.yml
vendored
@ -45,9 +45,9 @@ jobs:
|
||||
# Same as above except indicating a minor change, supports regular expressions wrapped with '/'
|
||||
minor_pattern: "(MINOR)"
|
||||
# A string to determine the format of the version output
|
||||
format: "${major}.${minor}.${patch}-prerelease${increment}"
|
||||
format: "${major}.${minor}.${patch}"
|
||||
# If this is set to true, *every* commit will be treated as a new version.
|
||||
bump_each_commit: true
|
||||
bump_each_commit: false
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
|
Loading…
x
Reference in New Issue
Block a user