Loading
Commits on Source 3
-
Ryan Kowalewski authored
When pushing alpha or beta tags to feature or other branches, it is not desirable to run this check. The included regex matches the standard semver pre-release format, with or without a preceding `v` and with or without a trailing integer. For example, the following would match and would skip this job, `v1.0.0-beta`, `1.0.0-beta.3`, `2.0.0-alpha.1`.
-
Ryan Kowalewski authored
fix(check-latest-tag-in-changelog): skip job if tag is an alpha or beta release See merge request !214
-
continuous-delivery-bot authored