Get version from specified source
Version updated for https://github.com/scylladb-actions/get-version to version v0.4.5.
- This action is used across all versions by 0 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Get Version” GitHub Action and CLI tool automates the retrieval and filtering of software versions from sources like DockerHub, Maven Central, and GitHub. It provides powerful semantic version filtering with pattern matching and positional selection, allowing users to easily identify specific versions (e.g., latest, stable, or by regex). This tool simplifies version management and automates tasks such as fetching and organizing software versions for development and deployment workflows.
What’s Changed
What’s Changed
- feature: Add GitHub API token support via GH_TOKEN/GITHUB_TOKEN by @dkropachev in https://github.com/scylladb-actions/get-version/pull/7
Full Changelog: https://github.com/scylladb-actions/get-version/compare/v0.4.4...v0.4.5