Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: extract version with pattern using renovate regex manager #26

Merged
merged 1 commit into from
May 29, 2024

Conversation

jooola
Copy link
Member

@jooola jooola commented May 29, 2024

This will allow extracting the version for a GitHub release tag, before swapping the value, for example when the v prefix is undesired:

      - uses: hashicorp/[email protected]
        with:
          version: "1.10.0" # renovate: datasource=github-releases depName=hashicorp/packer extractVersion=v(?<version>.+)

@jooola jooola requested a review from apricote May 29, 2024 07:53
@jooola jooola merged commit 325d6c7 into main May 29, 2024
1 check passed
@jooola jooola deleted the renovate-extract-version branch May 29, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants