Skip to content

Commit 12be61d

Browse files
chore(deps): bump PaulHatch/semantic-version from 6.0.1 to 6.0.2 (#93)
Bumps [PaulHatch/semantic-version](https://github.com/paulhatch/semantic-version) from 6.0.1 to 6.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/paulhatch/semantic-version/releases">PaulHatch/semantic-version's releases</a>.</em></p> <blockquote> <h2>v6.0.2</h2> <h2>What's Changed</h2> <ul> <li>chore!: update to node 24 by <a href="https://github.com/krische"><code>@​krische</code></a> in <a href="https://redirect.github.com/PaulHatch/semantic-version/pull/189">PaulHatch/semantic-version#189</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/krische"><code>@​krische</code></a> made their first contribution in <a href="https://redirect.github.com/PaulHatch/semantic-version/pull/189">PaulHatch/semantic-version#189</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PaulHatch/semantic-version/compare/v6.0.1...v6.0.2">https://github.com/PaulHatch/semantic-version/compare/v6.0.1...v6.0.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PaulHatch/semantic-version/commit/9f72830310d5ed81233b641ee59253644cd8a8fc"><code>9f72830</code></a> Merge pull request <a href="https://redirect.github.com/paulhatch/semantic-version/issues/189">#189</a> from krische/chore/update-node</li> <li><a href="https://github.com/PaulHatch/semantic-version/commit/4826f55b0549fd85a82c070814be72af3ac15f65"><code>4826f55</code></a> chore: update to node 24</li> <li>See full diff in <a href="https://github.com/paulhatch/semantic-version/compare/v6.0.1...v6.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=PaulHatch/semantic-version&package-manager=github_actions&previous-version=6.0.1&new-version=6.0.2)](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 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>
1 parent 2218b70 commit 12be61d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Determine next version
2323
id: versioning
2424
if: github.event_name != 'push' || !startsWith(github.ref, 'refs/tags/')
25-
uses: PaulHatch/semantic-version@v6.0.1
25+
uses: PaulHatch/semantic-version@v6.0.2
2626
with:
2727
tag_prefix: v
2828
major_pattern: 'BREAKING CHANGE:'

0 commit comments

Comments
 (0)