Skip to content

morawskiOZ/semver-regexp-validator

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

Semver regexp validator action

Forked from rubenesp87/semver-validation-action

Adjusted logic using official Regex from semver docs for tag validation.

Inputs

version

Required Version to validate.

Example usage

uses: morawskiOZ/semver-regexp-validator@v1.0.6
with:
  version: ${{ github.event.release.tag_name }}
uses: morawskiOZ/semver-regexp-validator@v1.0.6
with:
  version: 'v0.7.9'
uses: morawskiOZ/semver-regexp-validator@v1.0.6
with:
  version: '0.7.9-beta.1'

About

SEMVER validation Github Action

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%