Update EndBug/add-and-commit action to v9 #94
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v7.5.0
->v9.0.0
Release Notes
EndBug/add-and-commit
v9.0.0
Compare Source
Changed:
git commit
command fails. (#370)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.v8.0.2
Compare Source
Fixed:
commit
input is now properly listed in the README. (#360)v8.0.1
Compare Source
Fixed:
--allow-empty
flag from being used for thecommit
input. (#352)pull
input, that were still showing the option to useNO-PULL
to prevent pulling (while now it's the default behavior). (#354)v8.0.0
Compare Source
Fixed:
pull
input and create a new branch with the newly-addednew_branch
input. For more info, check commit6fdb34e
.Removed:
signoff
input has been removed, usecommit
instead. (#331)pull_strategy
input has been removed, usepull
instead.branch
andbranch_mode
inputs have been removed, check commit6fdb34e
for more info.pull
input doesn't supportNO-PULL
anymore: if you don't want the action to pull, simply remove the input, as it's the default behavior now.Added:
commit
input, that allows you to change the arguments for thegit commit
command. (#331)new_branch
input. (6fdb34e
)commit_long_sha
output. (#349)Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.