You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.github/workflows: ensure release tag version string is valid SemVer
This commit adds a check to this project's GitHub release workflow to
ensure that the release version string is SemVer compliant. It also
indirectly ensures that the version string matches the tag that would
have been created with the `make release-tag` command.
0 commit comments