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).
Activity