Skip to content

Commit

Permalink
chore(deps): bump EndBug/add-and-commit from 77e8392b7749755b7e552690…
Browse files Browse the repository at this point in the history
…8a07b5aa15616246 to 8bd0710add0b23d6700a988d5754629ea03714ef (#176)

Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit)
from 77e8392b7749755b7e5526908a07b5aa15616246 to
8bd0710add0b23d6700a988d5754629ea03714ef.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/EndBug/add-and-commit/blob/main/CHANGELOG.md">EndBug/add-and-commit's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>All notable changes to this project will be documented in this
file.</p>
<p>The format is based on <a
href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
and this project adheres to <a
href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<h2>[Unreleased]</h2>
<h2>[9.1.0] - 2022-08-22</h2>
<h3>Added:</h3>
<ul>
<li>The <code>fetch</code> input allows you to customize the <code>git
fetch</code> command, or to prevent the action from fetching at
all.</li>
</ul>
<h2>[9.0.1] - 2022-06-26</h2>
<h3>Fixed:</h3>
<ul>
<li>Now files are re-staged after pulling, so that the action works as
intended when using options such as <code>pull: --rebase
--autostash</code></li>
</ul>
<h2>[9.0.0] - 2022-03-11</h2>
<h3>Changed:</h3>
<ul>
<li><strong>[BREAKING]</strong> The action will now fail when the
<code>git commit</code> command fails. (<a
href="https://github-redirect.dependabot.com/EndBug/add-and-commit/issues/370">#370</a>)</li>
<li><strong>[BREAKING]</strong> 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 <code>tag_push</code> input). (<a
href="https://github-redirect.dependabot.com/EndBug/add-and-commit/issues/367">#367</a>)</li>
</ul>
<h3>Added:</h3>
<ul>
<li><code>tag_push</code> input: you can now set the arguments of the
<code>git push --tags</code> command.</li>
<li><code>tag_pushed</code> output: whether the action pushed tags.</li>
</ul>
<h2>[8.0.2] - 2022-02-07</h2>
<h3>Fixed:</h3>
<ul>
<li>The <code>commit</code> input is now properly listed in the README.
(<a
href="https://github-redirect.dependabot.com/EndBug/add-and-commit/issues/360">#360</a>)</li>
</ul>
<h2>[8.0.1] - 2022-01-23</h2>
<h3>Fixed:</h3>
<ul>
<li>Fixed a bug that prevented the <code>--allow-empty</code> flag from
being used for the <code>commit</code> input. (<a
href="https://github-redirect.dependabot.com/EndBug/add-and-commit/issues/352">#352</a>)</li>
<li>Fixed README and CHANGELOG docs for the <code>pull</code> input,
that were still showing the option to use <code>NO-PULL</code> to
prevent pulling (while now it's the default behavior). (<a
href="https://github-redirect.dependabot.com/EndBug/add-and-commit/issues/354">#354</a>)</li>
<li>Added a paragraph to the FAQs section of the README, that explains
how to work with PRs in v8. (<a
href="https://github-redirect.dependabot.com/EndBug/add-and-commit/issues/351">#351</a>)</li>
</ul>
<h2>[8.0.0] - 2022-01-20</h2>
<h3>Fixed:</h3>
<ul>
<li><strong>[BREAKING]</strong> 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 <code>pull</code> input and create
a new branch with the newly-added <code>new_branch</code> input. For
more info, check commit <a
href="https://github.com/EndBug/add-and-commit/commit/6fdb34ed01d242c909eeb7e31bf1c4d37db43a54"><code>6fdb34e</code></a>.</li>
</ul>
<h3>Removed:</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/EndBug/add-and-commit/commit/8bd0710add0b23d6700a988d5754629ea03714ef"><code>8bd0710</code></a>
chore(deps-dev): bump all-contributors-cli from 6.20.4 to 6.20.5 (<a
href="https://github-redirect.dependabot.com/EndBug/add-and-commit/issues/435">#435</a>)</li>
<li>See full diff in <a
href="https://github.com/EndBug/add-and-commit/compare/77e8392b7749755b7e5526908a07b5aa15616246...8bd0710add0b23d6700a988d5754629ea03714ef">compare
view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2022
1 parent 1262360 commit d3ec5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: npm install
- run: npm run ci

- uses: EndBug/add-and-commit@77e8392b7749755b7e5526908a07b5aa15616246 # tag=v9.1.0
- uses: EndBug/add-and-commit@8bd0710add0b23d6700a988d5754629ea03714ef # tag=v9.1.0
with:
add: 'dist'
message: 'npm run ncc, dist updated'

0 comments on commit d3ec5ae

Please sign in to comment.