Skip to content

Commit 599a7d0

Browse files
committed
feat(ci): update tag prefix for versioning scheme
- Adjusted the tag prefix in the versioning configuration to simplify version tag formatting. - This change aligns the tag prefix with common convention, enhancing compatibility with CI tools.
1 parent 777cde2 commit 599a7d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GitVersion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
assembly-versioning-scheme: MajorMinorPatch
22
assembly-file-versioning-scheme: MajorMinorPatch
33
mode: ContinuousDelivery
4-
tag-prefix: 'version/[vV]'
4+
tag-prefix: '[vV]'
55
continuous-delivery-fallback-tag: ci
66
major-version-bump-message: '\+semver:\s?(breaking|major)'
77
minor-version-bump-message: '\+semver:\s?(feature|minor)'

0 commit comments

Comments
 (0)