Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: extract version with pattern using renovate regex manager (#26)
This will allow extracting the version for a GitHub release tag, before swapping the value, for example when the `v` prefix is undesired: ```yml - uses: hashicorp/[email protected] with: version: "1.10.0" # renovate: datasource=github-releases depName=hashicorp/packer extractVersion=v(?<version>.+) ```
- Loading branch information