Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure we catch all semver pre-release versions (#2196)
At present we're only capturing pre-release versions with a specific set of names encoded into the tags, which caused an incident when an unexpected pre-release SemVer tag was used. This regex should ensure we capture all pre-release tags. Furthermore we tighten up our definition of a releasable tag overall to include all SemVer tags, this way pushing random tags will not trigger releases unless they are valid semver.
- Loading branch information