Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Nov 29, 2019
1 parent 643b30d commit e701a20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# use-gitversion
# GitTools actions

![GitVersion](https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/img/package_icon.png "GitVersion")
![GitTools](docs/icon.png "GitTools")

GitHub Action that installs and uses the GitVersion tool
GitHub Actions that allow to install and use the GitVersion and GitReleaseManager tools

[![Build Status](https://github.com/GitTools/actions/workflows/CI/badge.svg)](https://github.com/GitTools/actions/actions)

[![Build Status](https://github.com/GitTools/use-gitversion/workflows/CI/badge.svg)](https://github.com/GitTools/use-gitversion/actions)
## Usage

See [setup](setup/action.yml) and [usage](execute/action.yml)
See [setup](setup-gitversion/action.yml) and [usage](execute-gitversion/action.yml)

## Dependency

Expand All @@ -33,12 +34,12 @@ Basic:
git fetch --tags
git branch --create-reflog master origin/master
- name: Install GitVersion
uses: gittools/use-gitversion/setup@v0.2
uses: gittools/actions/setup-gitversion@v0.3
with:
versionSpec: '5.1.x'
- name: Use GitVersion
id: gitversion # step id used as reference for output values
uses: gittools/use-gitversion/execute@v0.2
uses: gittools/actions/execute-gitversion@v0.3
- run: |
echo "FullSemVer: ${{ steps.gitversion.outputs.fullSemVer }}"
```
Binary file added docs/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e701a20

Please sign in to comment.