Skip to content

Commit

Permalink
chore: add link to full example
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Feb 8, 2021
1 parent 6943495 commit 684c2b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -17,6 +17,10 @@ go get github.com/smlx/ccv

## Use it

For a full example, see the [`tag-release` workflow](https://github.com/smlx/ccv/blob/main/.github/workflows/tag-release.yaml) in this repository.

Simple example:

```
# add an incremented tag if necessary
if [ -z $(git tag -l $(ccv)) ]; then
Expand Down

0 comments on commit 684c2b5

Please sign in to comment.