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

chore(deps): bump EndBug/add-and-commit from 9.0.0 to 9.0.1 #150

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2022

Bumps EndBug/add-and-commit from 9.0.0 to 9.0.1.

Release notes

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

v9.0.1

Fixed:

  • Now files are re-staged after pulling, so that the action works as intended when using options such as pull: --rebase --autostash

New Contributors

Full Changelog: EndBug/add-and-commit@v9.0.0...v9.0.1

Changelog

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

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[9.0.1] - 2022-06-26

Fixed:

  • Now files are re-staged after pulling, so that the action works as intended when using options such as pull: --rebase --autostash

[9.0.0] - 2022-03-11

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 the git push --tags command.
  • tag_pushed output: whether the action pushed tags.

[8.0.2] - 2022-02-07

Fixed:

  • The commit input is now properly listed in the README. (#360)

[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.

... (truncated)

Commits
  • 998652d docs: update changelog
  • 66ecef4 9.0.1
  • cbc4f17 fix: correct typo in error
  • ff41bd8 docs: add onedr0p as a contributor for bug (#413)
  • f01349f docs: add AvivPeledTalon as a contributor for bug (#412)
  • 0d52df4 fix: re-stage files after pulling (#411)
  • 9fc8e26 chore(deps-dev): bump typescript from 4.7.3 to 4.7.4 (#409)
  • b7a37a1 chore(deps): bump @​actions/core from 1.8.2 to 1.9.0 (#408)
  • d93b31c chore(deps-dev): bump prettier from 2.6.2 to 2.7.1 (#407)
  • d56de92 chore: bump simple-git
  • 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 9.0.0 to 9.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@050a667...998652d)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Jul 1, 2022
@codecov
Copy link

codecov bot commented Jul 1, 2022

Codecov Report

Merging #150 (b0d7126) into main (2151462) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #150   +/-   ##
=======================================
  Coverage   99.59%   99.59%           
=======================================
  Files          11       11           
  Lines         245      245           
  Branches       82       82           
=======================================
  Hits          244      244           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2151462...b0d7126. Read the comment docs.

@fuxingloh fuxingloh merged commit 1314918 into main Jul 18, 2022
@fuxingloh fuxingloh deleted the dependabot/github_actions/EndBug/add-and-commit-9.0.1 branch July 18, 2022 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore dependabot dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code test: s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant