Skip to content

Bump WyriHaximus/github-action-get-previous-tag from 1 to 2#307

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/WyriHaximus/github-action-get-previous-tag-2
Open

Bump WyriHaximus/github-action-get-previous-tag from 1 to 2#307
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/WyriHaximus/github-action-get-previous-tag-2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

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.
- [Release notes](https://github.com/wyrihaximus/github-action-get-previous-tag/releases)
- [Commits](WyriHaximus/github-action-get-previous-tag@v1...v2)

---
updated-dependencies:
- dependency-name: WyriHaximus/github-action-get-previous-tag
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants