Changed:
- [BREAKING] The action will now fail when the
git commit
command fails. (#370) - [BREAKING] The action won't try deleting and re-creting tags when it fails to push them, it's now up to you to set the proper arguments (see the
tag_push
input). (#367)
Added:
tag_push
input: you can now set the arguments of thegit push --tags
command.tag_pushed
output: whether the action pushed tags.