Skip to content

ci: create a major and minor tags on release for actions version #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
aj3sh opened this issue Jul 16, 2024 · 0 comments · Fixed by #60
Closed

ci: create a major and minor tags on release for actions version #57

aj3sh opened this issue Jul 16, 2024 · 0 comments · Fixed by #60
Labels

Comments

@aj3sh
Copy link
Member

aj3sh commented Jul 16, 2024

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

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.

@aj3sh aj3sh added this to Commitlint Jul 16, 2024
@aj3sh aj3sh converted this from a draft issue Jul 16, 2024
@aj3sh aj3sh added the ci label Jul 16, 2024
@aj3sh aj3sh closed this as completed in #60 Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant