Skip to content

Commit 3e18299

Browse files
chore: bump codfish/semantic-release-action from 4.0.0 to 4.0.1 in /.github/workflows (#19)
Bumps [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) from 4.0.0 to 4.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/codfish/semantic-release-action/releases">codfish/semantic-release-action's releases</a>.</em></p> <blockquote> <h2>v4.0.1</h2> <h2><a href="https://github.com/codfish/semantic-release-action/compare/v4.0.0...v4.0.1">4.0.1</a> (2025-09-23)</h2> <h3>Bug Fixes</h3> <ul> <li>install additional packages to /action to avoid package manager issues (<a href="https://github.com/codfish/semantic-release-action/commit/91fdaf1c0896d0c50efc27a2391eb7b2d4f56550">91fdaf1</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codfish/semantic-release-action/commit/6c65402abb31a48c3f7396d7d099da015be67c2b"><code>6c65402</code></a> Merge pull request <a href="https://redirect.github.com/codfish/semantic-release-action/issues/216">#216</a> from codfish/pnpm</li> <li><a href="https://github.com/codfish/semantic-release-action/commit/91fdaf1c0896d0c50efc27a2391eb7b2d4f56550"><code>91fdaf1</code></a> fix: install additional packages to /action to avoid package manager issues</li> <li><a href="https://github.com/codfish/semantic-release-action/commit/dc9e48828e58ca06b02715a24a640ad473292b46"><code>dc9e488</code></a> Merge pull request <a href="https://redirect.github.com/codfish/semantic-release-action/issues/215">#215</a> from codfish/cod/docs-public-npm</li> <li><a href="https://github.com/codfish/semantic-release-action/commit/7912744c8c86bd4b9d520e214dd91d55f1e8ae77"><code>7912744</code></a> docs: add scoped packages note to readme</li> <li><a href="https://github.com/codfish/semantic-release-action/commit/66d0b11cce2d561540e47f5e26187da6c55ea9c4"><code>66d0b11</code></a> chore: cleanup ai context</li> <li><a href="https://github.com/codfish/semantic-release-action/commit/e42c81de93ef1584add0d8f144169a6b77121933"><code>e42c81d</code></a> docs: update README with latest version</li> <li>See full diff in <a href="https://github.com/codfish/semantic-release-action/compare/v4.0.0...v4.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=codfish/semantic-release-action&package-manager=github_actions&previous-version=4.0.0&new-version=4.0.1)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mauricio Riquelme <m.riquelme223@gmail.com>
1 parent a8cb961 commit 3e18299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v5
1616
- name: Release
17-
uses: codfish/semantic-release-action@v4.0.0
17+
uses: codfish/semantic-release-action@v4.0.1
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)