aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2024-01-23 22:16:23 -0800
committerMax Resnick <max@ofmax.li>2024-01-23 22:16:23 -0800
commit1e370aab304666be46e37d5761f3892c7c36219e (patch)
tree8a939d0f5b8009b0ae3b30fe76f7e1dd1ef7704c
parentbcffd167081c57fcd8bd352ffac2bf71dbe2ef5c (diff)
downloadgo-bumpver-1e370aab304666be46e37d5761f3892c7c36219e.tar.gz
doc: add basic docs
Diffstat (limited to '')
-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