File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1- # use-gitversion
1+ # GitTools actions
22
3- ![ GitVersion ] ( https://raw.githubusercontent.com/GitTools/GitVersion/master/ docs/img/package_icon .png " GitVersion ")
3+ ![ GitTools ] ( docs/icon .png " GitTools ")
44
5- GitHub Action that installs and uses the GitVersion tool
5+ GitHub Actions that allow to install and use the GitVersion and GitReleaseManager tools
6+
7+ [ ![ Build Status] ( https://github.com/GitTools/actions/workflows/CI/badge.svg )] ( https://github.com/GitTools/actions/actions )
68
7- [ ![ Build Status] ( https://github.com/GitTools/use-gitversion/workflows/CI/badge.svg )] ( https://github.com/GitTools/use-gitversion/actions )
89## Usage
910
10- See [ setup] ( setup/action.yml ) and [ usage] ( execute/action.yml )
11+ See [ setup] ( setup-gitversion /action.yml ) and [ usage] ( execute-gitversion /action.yml )
1112
1213## Dependency
1314
@@ -33,12 +34,12 @@ Basic:
3334 git fetch --tags
3435 git branch --create-reflog master origin/master
3536 - name : Install GitVersion
36- uses : gittools/use-gitversion /setup@v0.2
37+ uses : gittools/actions /setup-gitversion @v0.3
3738 with :
3839 versionSpec : ' 5.1.x'
3940 - name : Use GitVersion
4041 id : gitversion # step id used as reference for output values
41- uses : gittools/use-gitversion /execute@v0.2
42+ uses : gittools/actions /execute-gitversion @v0.3
4243 - run : |
4344 echo "FullSemVer: ${{ steps.gitversion.outputs.fullSemVer }}"
4445` ` `
You can’t perform that action at this time.
0 commit comments