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
+4
Original file line number
Diff line number
Diff line change
@@ -324,6 +324,10 @@ If you do not want to have any tag prefix you can use the `-t` flag and provide
324
324
325
325
> Note: simply -t or --tag-prefix without any value will fallback to the default 'v'
326
326
327
+
### Tag replacement
328
+
329
+
If you've already run `standard-version` when creating your release, you may want to alter the release content and changelog without bumping the version, by using `standard-version --skip.bump`. By default, tagging with an already existing tag make `git` fails. You can add the `--tag-force` flag to make use of `-f` option when calling `git tag`, then the existing version tag will be replaced.
0 commit comments