Skip to content

Commit

Permalink
Bump issue-ops/releaser from 0.1.3 to 1.0.0 (#69)
Browse files Browse the repository at this point in the history
Bumps [issue-ops/releaser](https://github.com/issue-ops/releaser) from
0.1.3 to 1.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/issue-ops/releaser/releases">issue-ops/releaser's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump undici from 5.28.3 to 5.28.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/issue-ops/releaser/pull/69">issue-ops/releaser#69</a></li>
<li>Bulk dependency updates by <a
href="https://github.com/ncalteen"><code>@​ncalteen</code></a> in <a
href="https://redirect.github.com/issue-ops/releaser/pull/79">issue-ops/releaser#79</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/issue-ops/releaser/compare/v0.1.3...v1.0.0">https://github.com/issue-ops/releaser/compare/v0.1.3...v1.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/issue-ops/releaser/commit/b148ea71b250dbe8ea27873238590e34134418cd"><code>b148ea7</code></a>
Merge pull request <a
href="https://redirect.github.com/issue-ops/releaser/issues/79">#79</a>
from issue-ops/deps</li>
<li><a
href="https://github.com/issue-ops/releaser/commit/dba0618a1df1bead144f84e5765771017a5d24b0"><code>dba0618</code></a>
Bulk dependency updates</li>
<li><a
href="https://github.com/issue-ops/releaser/commit/9d0f04fbb430e9d756e6c7999025292379187054"><code>9d0f04f</code></a>
Merge pull request <a
href="https://redirect.github.com/issue-ops/releaser/issues/69">#69</a>
from issue-ops/dependabot/npm_and_yarn/undici-5.28.4</li>
<li><a
href="https://github.com/issue-ops/releaser/commit/e915d9f0ea5dd1721450f4b5e006e2ed0e0c41e2"><code>e915d9f</code></a>
Rebuild dist</li>
<li><a
href="https://github.com/issue-ops/releaser/commit/e749ec985eaf6ab012b11d445debf59ce4bb8775"><code>e749ec9</code></a>
Bump undici from 5.28.3 to 5.28.4</li>
<li>See full diff in <a
href="https://github.com/issue-ops/releaser/compare/v0.1.3...v1.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=issue-ops/releaser&package-manager=github_actions&previous-version=0.1.3&new-version=1.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
  • Loading branch information
ncalteen authored Jun 3, 2024
2 parents 9b399fa + 75a319d commit fabb647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Create Release
id: release
uses: issue-ops/releaser@v0.1.3
uses: issue-ops/releaser@v1.0.0
with:
tag: v${{ steps.tag.outputs.version }}

Expand Down

0 comments on commit fabb647

Please sign in to comment.