Skip to content

Commit

Permalink
Add Gitversion file.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jan 4, 2025
1 parent d238eff commit 294dd7c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
mode: ContinuousDeployment
assembly-file-versioning-format: '{Major}.{Minor}.{Patch}.{WeightedPreReleaseNumber ?? 0}'
major-version-bump-message: '\+semver:\s?(major)'
minor-version-bump-message: '\+semver:\s?(minor)'
patch-version-bump-message: '\+semver:\s?(patch)'
branches:
main:
regex: ^main$
tag: pre
increment: Patch
develop:
regex: ^develop$
tag: dev
increment: Minor

0 comments on commit 294dd7c

Please sign in to comment.