mirror of
https://github.com/MSWS/TTT.git
synced 2025-12-05 22:20:25 -08:00
Fix yml?
This commit is contained in:
@@ -7,8 +7,8 @@ assembly-versioning-scheme: MajorMinorPatch
|
|||||||
major-version-bump-message: "(?!)" # never matches
|
major-version-bump-message: "(?!)" # never matches
|
||||||
|
|
||||||
# Only bump when you explicitly ask for it
|
# Only bump when you explicitly ask for it
|
||||||
minor-version-bump-message: "\+semver:\s?(feature|minor)"
|
minor-version-bump-message: \+semver:\s?(feature|minor)
|
||||||
patch-version-bump-message: "\+semver:\s?(fix|patch)"
|
patch-version-bump-message: \+semver:\s?(fix|patch)
|
||||||
|
|
||||||
# Default increments are disabled so version stays on the tagged major unless you opt in
|
# Default increments are disabled so version stays on the tagged major unless you opt in
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
Reference in New Issue
Block a user