mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-16 16:23:51 +01:00
update readme
This commit is contained in:
parent
ae3ebb7624
commit
def43b9e3f
2 changed files with 14 additions and 13 deletions
|
|
@ -607,7 +607,7 @@ def _try_update(
|
|||
@verbose_option
|
||||
@dry_option
|
||||
def init(verbose: int = 0, dry: bool = False) -> None:
|
||||
"""Initialize [calver] configuration."""
|
||||
"""Initialize [bumpver] configuration."""
|
||||
_configure_logging(verbose=max(_VERBOSE, verbose))
|
||||
|
||||
ctx, cfg = config.init(project_path=".", cfg_missing_ok=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue