-
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
The usage of GitTools needs to be updated to utilize the new versions, this involves multiple changes.
'GitVersion.yml` Changes
- Change
tagtolabel - Change
tag-number-patterntolabel-number-pattern - Add to the
developbranch rules the following after theincrement: Patchline
prevent-increment:
when-current-commit-tagged: trueBuild File Changes
Update the Install GitVersion and Determine Version ones to be the following.
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v3.0.0
with:
versionSpec: '6.x'
- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v3.0.0
with:
useConfigFile: trueNote
This is a change from the prior usage of dotnet tool to do the install, and this should be done for ALL instances of usage of GitVersion
┆Issue is synchronized with this Wrike task by Unito
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file