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
When a commitlint is released using release-please, only the full version tag is created. However, for GitHub Actions, we must support major and minor tags as well. For instance, if version v1.3.0 is released, then the tags v1.3.0, v1.3, and v1 should be created (or replaced if they already exist).
When a commitlint is released using
release-please
, only the full version tag is created. However, for GitHub Actions, we must support major and minor tags as well. For instance, if versionv1.3.0
is released, then the tagsv1.3.0
,v1.3
, andv1
should be created (or replaced if they already exist).We can follow a similar practice to the
release-please
action for creating release tags. For reference, you can check the https://github.com/googleapis/release-please-action/blob/main/.github/workflows/release-please.yaml.The text was updated successfully, but these errors were encountered: