Skip to content

Commit

Permalink
chore: add release badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Feb 8, 2021
1 parent 01a8e59 commit ae69940
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# Conventional Commits Versioner

![Tag and Release](https://github.com/smlx/ccv/workflows/Tag%20and%20Release/badge.svg)

`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.

Expand Down

0 comments on commit ae69940

Please sign in to comment.