File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v6
1010 with :
1111 fetch-depth : 0
12- - uses : gittools/actions/gitversion/setup@v0.13.6
12+ - uses : gittools/actions/gitversion/setup@v4.4.2
1313 with :
14- versionSpec : ' 5.12 .x'
15- - uses : gittools/actions/gitversion/execute@v0.13.6
14+ versionSpec : ' 6.7 .x'
15+ - uses : gittools/actions/gitversion/execute@v4.4.2
1616 id : gitversion
1717 - name : Set version (release)
1818 if : github.ref_type == 'tag'
Original file line number Diff line number Diff line change @@ -3,13 +3,14 @@ mode: ContinuousDeployment
33branches :
44 # Mainline branches
55 develop :
6- tag : alpha
7- increment : patch
8- master :
9- tag : beta
6+ label : alpha
7+ increment : Patch
8+ main :
9+ mode : ContinuousDelivery
10+ label : beta
1011
1112 # Stabilization branches
1213 release :
13- tag : rc
14+ label : rc
1415 hotfix :
15- tag : rc
16+ label : rc
You can’t perform that action at this time.
0 commit comments