An open API service indexing awesome lists of open source software.

https://github.com/albumprinter/actions-get-git-version


https://github.com/albumprinter/actions-get-git-version

area-infrastructure build-na deploy-na domain-editors hosting-na owner-online-editor serverless-no type-library

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Get Git Version Github Action

A GitHub Action to get a [semver using git log](https://gitversion.net/docs/reference/variables).

## Usage

```yaml
- uses: albumprinter/actions-get-git-version@v1
id: git-version
- run: |
echo ${{ steps.git-version.outputs.version }}
```