You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-15
Original file line number
Diff line number
Diff line change
@@ -33,22 +33,8 @@ A small command line tool to simplify releasing software by updating all version
33
33
- Make it easier to get the current version
34
34
- Switch having both the version part and files to change as arguments on the command line.
35
35
- 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)
38
37
- 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
0 commit comments