Skip to content
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

Missing major version tags to support action use #104

Open
stevenh opened this issue Aug 14, 2023 · 2 comments
Open

Missing major version tags to support action use #104

stevenh opened this issue Aug 14, 2023 · 2 comments

Comments

@stevenh
Copy link

stevenh commented Aug 14, 2023

It's idiomatic to create major version tags so users can use them in their actions reducing code churn to get the latest compatible version e.g.
bufbuild/buf-breaking-action@v1

Could you add the creation of:

  • v<major>

You can see this in practice actions/checkout.

@joshcarp
Copy link

It looks like this behaviour already is already supported without explicitly tagging a v<major> git tag. We already reference this in our docs and I've verified that it works.
With this being said, I can't find any github docs on this behaviour, so we'll look into explicitly adding a v1 semver tag, which will also allow it to show up in the marketplace drop down

@stevenh
Copy link
Author

stevenh commented Aug 25, 2023

Thanks @joshcarp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants