Skip to content

Commit

Permalink
Change gitversion to ContinuousDelivery mode (#118)
Browse files Browse the repository at this point in the history
* Remove commit-message-incrementing from gitversion.yml

* Switch gitversion to ContinuousDeliveryMode

* Remove non-existing gitversion branches

* Fix typo
  • Loading branch information
bravo-kernel authored Jun 25, 2022
1 parent 60ac250 commit 1be258b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mode: Mainline
commit-message-incrementing: MergeMessageOnly
mode: ContinuousDelivery
assembly-versioning-format: '{Major}.{Minor}.{Patch}.{env:BUILDCOUNT ?? 0}'
assembly-informational-format: '{NuGetVersionV2}+Build.{env:BUILDCOUNT ?? 0}.Date.{CommitDate}.Branch.{env:SAFEBRANCHNAME ?? unknown}.Sha.{Sha}'
major-version-bump-message: '\+?semver:\s?(breaking|major)'
Expand All @@ -9,12 +8,3 @@ no-bump-message: '\+?semver:\s?(none|skip)'
branches:
main:
increment: Patch
pull-request:
tag: rc
increment: Patch
feature:
increment: Patch
regex: .*?/
source-branches:
- main
- feature

0 comments on commit 1be258b

Please sign in to comment.