diff options
| author | Max Resnick <max@ofmax.li> | 2024-01-23 22:16:23 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2024-01-23 22:16:23 -0800 |
| commit | 1e370aab304666be46e37d5761f3892c7c36219e (patch) | |
| tree | 8a939d0f5b8009b0ae3b30fe76f7e1dd1ef7704c | |
| parent | bcffd167081c57fcd8bd352ffac2bf71dbe2ef5c (diff) | |
| download | go-bumpver-1e370aab304666be46e37d5761f3892c7c36219e.tar.gz | |
doc: add basic docs
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |