@@ -3,7 +3,7 @@ commit-date-format: "yyyyMMddTHHmmss"
33assembly-file-versioning-format : " {Major}.{Minor}.{Patch}.{env:GITHUB_RUN_NUMBER ?? 0}"
44
55# This repo needs to use NuGetVersionV2 for compatibility with PowerShellGallery
6- assembly-informational-format : " {NuGetVersionV2}+Build.{env:GITHUB_RUN_NUMBER ?? local}.Branch.{EscapedBranchName}. Sha.{Sha}.Date.{CommitDate}"
6+ assembly-informational-format : " {NuGetVersionV2}+Build.{env:GITHUB_RUN_NUMBER ?? local}.Sha.{Sha}.Date.{CommitDate}"
77major-version-bump-message : ' semver:\s?(breaking|major)'
88minor-version-bump-message : ' semver:\s?(feature|minor)'
99patch-version-bump-message : ' semver:\s?(fix|patch)'
@@ -23,24 +23,24 @@ branches:
2323 increment : None
2424 is-release-branch : true
2525 prevent-increment-of-merged-branch-version : true
26- source-branches : ["main"]
26+ source-branches : [ "main" ]
2727 release :
2828 tag : rc
2929 regex : releases?/\d+\.\d+\.\d+
3030 increment : None
3131 is-release-branch : true
3232 prevent-increment-of-merged-branch-version : true
33- source-branches : ["main"]
33+ source-branches : [ "main" ]
3434 pull-request :
3535 regex : pull/
3636 tag : pr
3737 tag-number-pattern : ' [/-](?<number>\d+)'
3838 increment : Patch
39- source-branches : ["main", "feature", "release", "hotfix"]
39+ source-branches : [ "main", "feature", "release", "hotfix" ]
4040 feature :
4141 regex : .*/
4242 tag : useBranchName
43- source-branches : ["main", "feature"]
43+ source-branches : [ "main", "feature" ]
4444 track-merge-target : true
4545 tracks-release-branches : true
4646 increment : Patch
0 commit comments