feat(cli): add current version command

This commit is contained in:
Nightapes
2020-02-18 19:19:09 +01:00
parent 95bef6cb2d
commit 343e660e8e
2 changed files with 60 additions and 1 deletions

View File

@@ -194,7 +194,8 @@ following command:
Print the next version, can be used to add version to your program
```bash
./go-semantic-release next
./go-semantic-release next // show next version (calculated by new commits since last version)
./go-semantic-release last // show last released version
```
Example with go-lang