Skip to content

Commit 7780265

Browse files
committed
Updated readme.
Fixes #7
1 parent 893ec03 commit 7780265

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

+1-15
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,8 @@ A small command line tool to simplify releasing software by updating all version
3333
- Make it easier to get the current version
3434
- Switch having both the version part and files to change as arguments on the command line.
3535
- Make the version part argument _truly_ optional when `--new-version` is specified
36-
- Allow for multiple tags, including one that moves for having a `v2` that always points to the latest version of version 2.
37-
- https://github.com/c4urself/bump2version/issues/253 Have an "always increment" configuration
36+
- Allow for multiple tags, including one that moves for having a `v2` that always points to the latest version of version 2. [For example](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md#recommendations)
3837
- Better UI with [Rich](https://rich.readthedocs.io/en/stable/index.html)
39-
- https://github.com/c4urself/bump2version/issues/267 Ignore-missing error in files flag
40-
- https://github.com/c4urself/bump2version/issues/233 How are relative configured file paths resolved?
41-
- https://github.com/c4urself/bump2version/issues/225 Properly resolve configuration file through parent directories when in a git or mercurial repo
42-
43-
**Documentation opportunities**
44-
45-
- https://github.com/c4urself/bump2version/issues/252
46-
- https://github.com/c4urself/bump2version/issues/247
47-
- https://github.com/c4urself/bump2version/issues/243
48-
- https://github.com/c4urself/bump2version/issues/240
49-
- https://github.com/c4urself/bump2version/issues/239
50-
- Add dates to releases in changelog
51-
- https://github.com/c4urself/bump2version/issues/200 Add CalVer examples
5238

5339
## Installation
5440

0 commit comments

Comments
 (0)