Skip to content

Commit

Permalink
chore: add usage note to README
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Feb 7, 2021
1 parent 98845ac commit eccaea0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,8 @@
`ccv` does one thing: it walks git commit history back from the current `HEAD` to find the most recent tag, taking note of commit messages along the way.
When it reaches the most recent tag, it uses the commit messages it saw to figure out how the tag should be incremented, and prints the incremented tag.

`ccv` is intended for use in continuous delivery automation.

The ideas behind `ccv` are described by [Conventional Commits](https://www.conventionalcommits.org/) and [Semantic Versioning](https://semver.org/).

## Get it
Expand Down

0 comments on commit eccaea0

Please sign in to comment.