aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ead9645..cb107c9 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Many tools touch git and some opinionatedly like to touch it.
## How?
-`go-bumpver` takes the sequence of version(s) from a file or stdin and prints the next version. It ignores invalid versions in the sequence and only uses valid ones.
+`go-bumpver` takes the sequence of version(s) from a file or stdin and prints the next version. It drops invalid versions in the sequence and only uses valid ones. It does not make a tag or change any state in git or any other VCS it only prints the next version.
### Inputs