build(deps): bump WyriHaximus/github-action-get-previous-tag from 1 to 2 #6

Open
dependabot[bot] wants to merge 1 commit from dependabot/github_actions/WyriHaximus/github-action-get-previous-tag-2 into main
dependabot[bot] commented 2026-02-10 02:32:10 +01:00 (Migrated from github.com)

Bumps WyriHaximus/github-action-get-previous-tag from 1 to 2.

Release notes

Sourced from WyriHaximus/github-action-get-previous-tag's releases.

v2.0.0

Migration

Migrating from prefix to pattern going from this:

prefix: foo-bar

To:

pattern: foo-bar*

Note the astrix (*) at the end. That was always added by default in the previous version. And is the default for pattern. But if you specify your own pattern and it used be a prefix, you MUST add the astrix (*) at the end. It's not suffixed by default anymore because we want to give you full controll over the pattern (after refs/tags/) so you can do things like semver (v*[0-9].*[0-9].*[0-9]) with it without us meddling with it.

v2.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 11
  • Total contributors: 4

Bug 🐞

Dependencies 📦

Feature 🏗

Enhancement

... (truncated)

Commits
  • 61819f3 Merge pull request #78 from WyriHaximus/use-node24
  • 87e69ea Upgrade to node24
  • 3b4323c Merge pull request #77 from WyriHaximus/absolve-prefix-into-pattern
  • f9b50b5 Absolve prefix into pattern
  • 03e9ecf Merge pull request #76 from WyriHaximus/fix-errors
  • 3beb7e6 Fix errors
  • b7e5a48 Merge pull request #75 from WyriHaximus/support-tag-pattern-matching
  • 7a15cff Support tag pattern matching
  • 24e8f0d Merge pull request #56 from epm-marcus/patch-1
  • 1d3f1e3 Fixed a problem with sorting of tags
  • 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 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)
Bumps [WyriHaximus/github-action-get-previous-tag](https://github.com/wyrihaximus/github-action-get-previous-tag) from 1 to 2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/wyrihaximus/github-action-get-previous-tag/releases">WyriHaximus/github-action-get-previous-tag's releases</a>.</em></p> <blockquote> <h2>v2.0.0</h2> <h3>Migration</h3> <p>Migrating from <code>prefix</code> to <code>pattern</code> going from this:</p> <pre lang="yaml"><code>prefix: foo-bar </code></pre> <p>To:</p> <pre lang="yaml"><code>pattern: foo-bar* </code></pre> <p>Note the astrix (<code>*</code>) at the end. That was always added by default in the previous version. And is the default for <code>pattern</code>. But if you specify your own pattern and it used be a prefix, you MUST add the astrix (<code>*</code>) at the end. It's not suffixed by default anymore because we want to give you full controll over the pattern (after <code>refs/tags/</code>) so you can do things like semver (<code>v*[0-9].*[0-9].*[0-9]</code>) with it without us meddling with it.</p> <h1>v2.0.0</h1> <ul> <li>Total issues resolved: <strong>0</strong></li> <li>Total pull requests resolved: <strong>11</strong></li> <li>Total contributors: <strong>4</strong></li> </ul> <h2>Bug 🐞</h2> <ul> <li><a href="https://redirect.github.com/WyriHaximus/github-action-get-previous-tag/pull/76">76: Fix errors</a> thanks to <a href="https://github.com/WyriHaximus"><code>@​WyriHaximus</code></a></li> <li><a href="https://redirect.github.com/WyriHaximus/github-action-get-previous-tag/pull/74">74: Test Get Previous Tag against GitHub Action for expected order of tags</a> thanks to <a href="https://github.com/WyriHaximus"><code>@​WyriHaximus</code></a></li> <li><a href="https://redirect.github.com/WyriHaximus/github-action-get-previous-tag/pull/73">73: Switch to centralized Release Management workflow</a> thanks to <a href="https://github.com/WyriHaximus"><code>@​WyriHaximus</code></a></li> <li><a href="https://redirect.github.com/WyriHaximus/github-action-get-previous-tag/pull/56">56: Fixed a problem with sorting of tags</a> thanks to <a href="https://github.com/epm-marcus"><code>@​epm-marcus</code></a></li> </ul> <h2>Dependencies 📦</h2> <ul> <li><a href="https://redirect.github.com/WyriHaximus/github-action-get-previous-tag/pull/72">72: chore(deps): update actions/checkout action to v6</a> thanks to <a href="https://github.com/renovate-runner"><code>@​renovate-runner</code></a>[bot]</li> <li><a href="https://redirect.github.com/WyriHaximus/github-action-get-previous-tag/pull/67">67: chore(deps): update haya14busa/action-update-semver action to v1.5.1</a> thanks to <a href="https://github.com/renovate-runner"><code>@​renovate-runner</code></a>[bot]</li> <li><a href="https://redirect.github.com/WyriHaximus/github-action-get-previous-tag/pull/63">63: chore(deps): update actions/create-release action to v1.1.4</a> thanks to <a href="https://github.com/renovate-runner"><code>@​renovate-runner</code></a>[bot]</li> <li><a href="https://redirect.github.com/WyriHaximus/github-action-get-previous-tag/pull/55">55: chore(deps): update actions/checkout action to v4</a> thanks to <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot]</li> </ul> <h2>Feature 🏗</h2> <ul> <li><a href="https://redirect.github.com/WyriHaximus/github-action-get-previous-tag/pull/75">75: Support tag pattern matching</a> thanks to <a href="https://github.com/WyriHaximus"><code>@​WyriHaximus</code></a></li> </ul> <h2>Enhancement ✨</h2> <ul> <li><a href="https://redirect.github.com/WyriHaximus/github-action-get-previous-tag/pull/78">78: Upgrade to node24</a> thanks to <a href="https://github.com/WyriHaximus"><code>@​WyriHaximus</code></a></li> <li><a href="https://redirect.github.com/WyriHaximus/github-action-get-previous-tag/pull/77">77: Absolve <code>prefix</code> into <code>pattern</code></a> thanks to <a href="https://github.com/WyriHaximus"><code>@​WyriHaximus</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/WyriHaximus/github-action-get-previous-tag/commit/61819f33034117e6c686e6a31dba995a85afc9de"><code>61819f3</code></a> Merge pull request <a href="https://redirect.github.com/wyrihaximus/github-action-get-previous-tag/issues/78">#78</a> from WyriHaximus/use-node24</li> <li><a href="https://github.com/WyriHaximus/github-action-get-previous-tag/commit/87e69ea33774cb2d92801362e1d30f4fb82ed1bd"><code>87e69ea</code></a> Upgrade to node24</li> <li><a href="https://github.com/WyriHaximus/github-action-get-previous-tag/commit/3b4323c99e76e5c5f44f654b948cb43921c9314e"><code>3b4323c</code></a> Merge pull request <a href="https://redirect.github.com/wyrihaximus/github-action-get-previous-tag/issues/77">#77</a> from WyriHaximus/absolve-prefix-into-pattern</li> <li><a href="https://github.com/WyriHaximus/github-action-get-previous-tag/commit/f9b50b540299e39bf25891a5646564bff34a529d"><code>f9b50b5</code></a> Absolve <code>prefix</code> into <code>pattern</code></li> <li><a href="https://github.com/WyriHaximus/github-action-get-previous-tag/commit/03e9ecff4be757ba2cc1f077955111479198df6d"><code>03e9ecf</code></a> Merge pull request <a href="https://redirect.github.com/wyrihaximus/github-action-get-previous-tag/issues/76">#76</a> from WyriHaximus/fix-errors</li> <li><a href="https://github.com/WyriHaximus/github-action-get-previous-tag/commit/3beb7e6d2dfe28000d6a28b8d1cda236e5b17336"><code>3beb7e6</code></a> Fix errors</li> <li><a href="https://github.com/WyriHaximus/github-action-get-previous-tag/commit/b7e5a48d19744fbfa453aef255b38ecb4b559d47"><code>b7e5a48</code></a> Merge pull request <a href="https://redirect.github.com/wyrihaximus/github-action-get-previous-tag/issues/75">#75</a> from WyriHaximus/support-tag-pattern-matching</li> <li><a href="https://github.com/WyriHaximus/github-action-get-previous-tag/commit/7a15cff7df9b4fc2927f5ffddb554c64ece7ba78"><code>7a15cff</code></a> Support tag pattern matching</li> <li><a href="https://github.com/WyriHaximus/github-action-get-previous-tag/commit/24e8f0d0c4de55a150d0367b4762f47c7b30a53e"><code>24e8f0d</code></a> Merge pull request <a href="https://redirect.github.com/wyrihaximus/github-action-get-previous-tag/issues/56">#56</a> from epm-marcus/patch-1</li> <li><a href="https://github.com/WyriHaximus/github-action-get-previous-tag/commit/1d3f1e3f4e1615830d8e2eb22f5e496dd184d2fa"><code>1d3f1e3</code></a> Fixed a problem with sorting of tags</li> <li>Additional commits viewable in <a href="https://github.com/wyrihaximus/github-action-get-previous-tag/compare/v1...v2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=WyriHaximus/github-action-get-previous-tag&package-manager=github_actions&previous-version=1&new-version=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>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/github_actions/WyriHaximus/github-action-get-previous-tag-2:dependabot/github_actions/WyriHaximus/github-action-get-previous-tag-2
git switch dependabot/github_actions/WyriHaximus/github-action-get-previous-tag-2

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff dependabot/github_actions/WyriHaximus/github-action-get-previous-tag-2
git switch dependabot/github_actions/WyriHaximus/github-action-get-previous-tag-2
git rebase main
git switch main
git merge --ff-only dependabot/github_actions/WyriHaximus/github-action-get-previous-tag-2
git switch dependabot/github_actions/WyriHaximus/github-action-get-previous-tag-2
git rebase main
git switch main
git merge --no-ff dependabot/github_actions/WyriHaximus/github-action-get-previous-tag-2
git switch main
git merge --squash dependabot/github_actions/WyriHaximus/github-action-get-previous-tag-2
git switch main
git merge --ff-only dependabot/github_actions/WyriHaximus/github-action-get-previous-tag-2
git switch main
git merge dependabot/github_actions/WyriHaximus/github-action-get-previous-tag-2
git push origin main
Sign in to join this conversation.
No description provided.