mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
doc updates
This commit is contained in:
parent
14115a2791
commit
179208cf30
4 changed files with 36 additions and 49 deletions
15
README.md
15
README.md
|
|
@ -77,7 +77,7 @@ $ cd myproject
|
|||
~/myproject/
|
||||
$ pycalver init --dry
|
||||
WARNING - File not found: pycalver.toml
|
||||
Exiting because of '--dry'. Would have written to pycalver.toml:
|
||||
Exiting because of '-d/--dry'. Would have written to pycalver.toml:
|
||||
|
||||
[pycalver]
|
||||
current_version = "v202010.1001-alpha"
|
||||
|
|
@ -541,7 +541,7 @@ The steps performed by `bump` are:
|
|||
5. *Tag* the new commit.
|
||||
6. *Push* the new commit and tag.
|
||||
|
||||
Again, you can use `--dry` to inspect the changes first.
|
||||
Again, you can use `-d/--dry` to inspect the changes first.
|
||||
|
||||
```
|
||||
$ pycalver bump --dry
|
||||
|
|
@ -597,12 +597,13 @@ TODO: Descriptions
|
|||
| CLI Argument | Description |
|
||||
|------------------|-------------|
|
||||
| --major | |
|
||||
| -m --minor | |
|
||||
| -p --patch | |
|
||||
| -r --release-num | |
|
||||
| -m/--minor | |
|
||||
| -p/--patch | |
|
||||
| -r/--release-num | |
|
||||
| --date | |
|
||||
| --pin-date | |
|
||||
| --no-fetch | |
|
||||
| --dry | |
|
||||
| -n/--no-fetch | |
|
||||
| -d/--dry | |
|
||||
| --allow-dirty | |
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue