mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
reduce default verbosity
This commit is contained in:
parent
a92f09faf6
commit
39c95681f3
3 changed files with 7 additions and 5 deletions
|
|
@ -527,7 +527,7 @@ different commits. This is mitigates a rare corner case where
|
|||
|
||||
|
||||
```shell
|
||||
$ pycalver show
|
||||
$ pycalver show --verbose
|
||||
INFO - fetching tags from remote (to turn off use: -n / --no-fetch)
|
||||
Current Version: v201812.0005-beta
|
||||
PEP440 Version : 201812.5b0
|
||||
|
|
@ -547,6 +547,7 @@ To increment and publish a new version, you can use the
|
|||
5. *Tag* the new commit.
|
||||
6. *Push* the new commit and tag.
|
||||
|
||||
|
||||
```
|
||||
$ pycalver bump --dry
|
||||
--- setup.cfg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue