@@ -7,11 +7,20 @@ GitHub Actions that allow to install and use the GitVersion and GitReleaseManage
77[ ![ Build Status] ( https://github.com/GitTools/actions/workflows/CI/badge.svg )] ( https://github.com/GitTools/actions/actions )
88[ ![ Build Status] ( https://github.com/GitTools/actions/workflows/release/badge.svg )] ( https://github.com/GitTools/actions/actions )
99
10+ [ ![ Azure Pipeline Task] ( https://img.shields.io/badge/marketplace-gittools.gittools-blue?logo=visual-studio )] ( https://marketplace.visualstudio.com/items?itemName=gittools.gittools )
11+ [ ![ Github Action] ( https://img.shields.io/badge/marketplace-use--actions-blue?logo=github )] ( https://github.com/marketplace/actions/use-actions )
12+
1013## Usage
1114
12- See [ setup] ( gitversion/setup/action.yml ) and [ usage] ( gitversion/execute/action.yml ) for GitVersion
15+ see examples of usages for ** GitVersion** :
16+
17+ - [ GitHub Actions] ( docs/github/gitversion )
18+ - [ Azure Pipeline tasks] ( docs/azure/gitversion )
19+
20+ and for ** GitReleaseManager** :
1321
14- and [ setup] ( gitreleasemanager/setup/action.yml ) for GitReleaseManager
22+ - [ GitHub Actions] ( docs/github/gitreleasemanager )
23+ - [ Azure Pipeline tasks] ( docs/azure/gitreleasemanager )
1524
1625## Dependency
1726
@@ -34,12 +43,12 @@ Basic:
3443 - name : Fetch all history for all tags and branches
3544 run : git fetch --prune --unshallow
3645 - name : Install GitVersion
37- uses : gittools/actions/gitversion/setup@v0.6.1
46+ uses : gittools/actions/gitversion/setup@v0.9
3847 with :
3948 versionSpec : ' 5.1.x'
4049 - name : Use GitVersion
4150 id : gitversion # step id used as reference for output values
42- uses : gittools/actions/gitversion/execute@v0.6.1
51+ uses : gittools/actions/gitversion/execute@v0.9
4352 - run : |
4453 echo "Major: ${{ steps.gitversion.outputs.major }}"
4554 echo "Minor: ${{ steps.gitversion.outputs.minor }}"
7685
7786### Private Repositories
7887
79- Private repos require credentials before you can fetch the master branch and tags.
88+ Private repos require credentials before you can fetch the master branch and tags.
8089
8190` ` ` yaml
8291 steps :
0 commit comments