digicatapult/check-version-before-release

Asserts package version is the same or higher than latest published

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
package_managerspecifies a package manager so we can select a path to usenonpm
cargo_package_locationpath to filesno./
npm_package_locationpath to filesno./
poetry_package_locationpath to filesno./
tokenThe token to use to access the GitHub APIyes
fail_on_same_versionShould action fail if the version matches the latest publishednotrue
tag_regexRegular expression for filtering tagsno\d+.\d+.\d+
namedescription
is_new_versionboolean indicating if this is a new version true = yes
versioncurrent version
build_datedate of the build
is_prereleaseboolean indicating if this is a prerelease true = yes
npm_release_tagrelease tag for npm packages. `latest` or `next`