File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v3
1010 with :
1111 fetch-depth : 0
12- - uses : gittools/actions/gitversion/setup@v0.9.15
12+ - uses : gittools/actions/gitversion/setup@v0.10.2
1313 with :
14- versionSpec : ' 5.11 .x'
15- - uses : gittools/actions/gitversion/execute@v0.9.15
14+ versionSpec : ' 5.12 .x'
15+ - uses : gittools/actions/gitversion/execute@v0.10.2
1616 id : gitversion
1717 - if : steps.gitversion.outputs.preReleaseLabel != ''
1818 run : npm version --no-git-tag-version ${{steps.gitversion.outputs.nuGetVersion}}-${{steps.gitversion.outputs.shortSha}}
Original file line number Diff line number Diff line change 1515 {
1616 "groupName" : " TypeDoc" ,
1717 "matchPackageNames" : [" typedoc" ]
18+ },
19+ {
20+ "packagePatterns" : [" gittools" ],
21+ "automerge" : true ,
22+ "automergeType" : " branch"
1823 }
1924 ]
2025}
You can’t perform that action at this time.
0 commit comments