Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump EndBug/add-and-commit from 7 to 8.0.1 #2665

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2022

Bumps EndBug/add-and-commit from 7 to 8.0.1.

Release notes

Sourced from EndBug/add-and-commit's releases.

v8.0.1

Fixed:

  • Fixed a bug that prevented the --allow-empty flag from being used for the commit input. (#352)
  • Fixed README and CHANGELOG docs for the pull input, that were still showing the option to use NO-PULL to prevent pulling (while now it's the default behavior). (#354)
  • Added a paragraph to the FAQs section of the README, that explains how to work with PRs in v8. (#351)

v8.0.0

Fixed:

  • [BREAKING] The action will now work with whatever ref has been checked out, without pulling or switching branches by default. You can still pull using the pull input and create a new branch with the newly-added new_branch input. For more info, check commit 6fdb34e.

Removed:

  • [BREAKING] The signoff input has been removed, use commit instead. (#331)
  • [BREAKING] The pull_strategy input has been removed, use pull instead.
  • [BREAKING] The branch and branch_mode inputs have been removed, check commit 6fdb34e for more info.
  • [BREAKING] The pull input doesn't support NO-PULL anymore: if you don't want the action to pull, simply remove the input, as it's the default behavior now.

Added:

  • Added the commit input, that allows you to change the arguments for the git commit command. (#331)
  • Added the new_branch input. (6fdb34e)
  • Added the commit_long_sha output. (#349)

v7.5.0

Added:

  • Support remote branch creation: use the branch_mode input to make the action create a new branch when there's no branch with the given name on the remote (#329)

v7.4.0

Added:

  • Added pull input: you can use it to change the arguments of the git pull command (#294)

Changed:

  • Deprecated pull_strategy: use pull instead (#294)

v7.3.0

Added:

  • Added custom committer support via the committer_name and committer_email inputs (#264)
  • Added commit_sha output (#275)
  • Added pathspec_error_handling input (#280)

v7.2.1

Fixed:

  • Fixed an issue with missing outputs (#189)

... (truncated)

Changelog

Sourced from EndBug/add-and-commit's changelog.

[8.0.1] - 2022-01-23

Fixed:

  • Fixed a bug that prevented the --allow-empty flag from being used for the commit input. (#352)
  • Fixed README and CHANGELOG docs for the pull input, that were still showing the option to use NO-PULL to prevent pulling (while now it's the default behavior). (#354)
  • Added a paragraph to the FAQs section of the README, that explains how to work with PRs in v8. (#351)

[8.0.0] - 2022-01-20

Fixed:

  • [BREAKING] The action will now work with whatever ref has been checked out, without pulling or switching branches by default. You can still pull using the pull input and create a new branch with the newly-added new_branch input. For more info, check commit 6fdb34e.

Removed:

  • [BREAKING] The signoff input has been removed, use commit instead. (#331)
  • [BREAKING] The pull_strategy input has been removed, use pull instead.
  • [BREAKING] The branch and branch_mode inputs have been removed, check commit 6fdb34e for more info.
  • [BREAKING] The pull input doesn't support NO-PULL anymore: if you don't want the action to pull, simply remove the input, as it's the default behavior now.

Added:

  • Added the commit input, that allows you to change the arguments for the git commit command. (#331)
  • Added the new_branch input. (6fdb34e)
  • Added the commit_long_sha output. (#349)

[7.5.0] - 2021-12-03

Added:

  • Support remote branch creation: use the branch_mode input to make the action create a new branch when there's no branch with the given name on the remote (#329)

[7.4.0] - 2021-09-30

Added:

  • Added pull input: you can use it to change the arguments of the git pull command (#294)

Changed:

  • Deprecated pull_strategy: use pull instead (#294)

[7.3.0] - 2021-09-06

Added:

  • Added custom committer support via the committer_name and committer_email inputs (#264)
  • Added commit_sha output (#275)
  • Added pathspec_error_handling input (#280)

... (truncated)

Commits
  • 756d9ea release: v8.0.1
  • cb4f06f docs: add prince-chrismc as a contributor for doc (#357)
  • 3d8fcf9 docs: add FAQ about PRs
  • 664b419 docs: add secondmanveran as a contributor for doc (#356)
  • 7b61ff5 docs: fix outdated docs about the pull input
  • 017fbd6 chore: lint source code
  • 2103e93 chore: npm audit fix, update build
  • 1a5e6d9 docs: add mcargille as a contributor for bug, code (#355)
  • bfbc660 fix: add check to allow empty commits (#352)
  • 7ea5273 docs: update README to new version tag
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 7 to 8.0.1.
- [Release notes](https://github.com/EndBug/add-and-commit/releases)
- [Changelog](https://github.com/EndBug/add-and-commit/blob/main/CHANGELOG.md)
- [Commits](EndBug/add-and-commit@v7...v8.0.1)

---
updated-dependencies:
- dependency-name: EndBug/add-and-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies github_actions Pull requests that update Github_actions code labels Jan 24, 2022
@mmorel-35 mmorel-35 merged commit 556f372 into develop Jan 24, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/develop/EndBug/add-and-commit-8.0.1 branch January 24, 2022 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant