Skip to content

Commit b4ed7ab

Browse files
committed
Update UPGRADING.md for v7 changes
Added upgrade notes for v7, including the reintroduction of options `create_branch`, `skip_fetch`, and `skip_checkout`, and updates to tagging options with the new `tag_name` parameter.
1 parent a7a5574 commit b4ed7ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

UPGRADING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Upgrading
22

3+
## From v6 to v7
4+
5+
The previously removed options `create_branch`, `skip_fetch`, and `skip_checkout` have been reintroduced in git-auto-commit v7. If you had removed these options from your workflows when upgrading to v6, you can now add them back if needed.
6+
7+
Tagging a commit has been reworked. In addition to the existing `tagging_message`-option, a new `tag_name` option has been added. If you were using `tagging_message`, you can continue to do so, but if you want to specify a custom tag name and tag message, you can now use the `tag_name` and `tagging_message` option.
8+
(Specifying a `tagging_message` without a `tag_name` will create a tag with the name and message both set to the value of `tagging_message`.)
9+
310
## From v5 to v6
411

512
The following options have been removed from git-auto-commit and can be removed from your workflows.

0 commit comments

Comments
 (0)