no prerelease

This commit is contained in:
Luc Appelman
2021-10-30 17:17:49 +02:00
committed by GitHub
parent 21393240e1
commit 775e6d909f

View File

@@ -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