We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is common to use major minor tags (like v1, v1.1) to configure github actions. This action should also support those tags.
v1
v1.1
People want to use the latest versions of the action
Use the already existing release please with some custom addition: https://github.com/google-github-actions/release-please-action?tab=readme-ov-file#creating-majorminor-tags
The text was updated successfully, but these errors were encountered:
feat: 👷 (#432) add creation of major/minor tags
8216743
docs: 📝 (#432) updte documentation
5523130
feat: 👷 (#432) support major/minor tags (#433)
eb942cf
* feat: 👷 (#432) add creation of major/minor tags * docs: 📝 (#432) updte documentation
AndreasAugustin
Successfully merging a pull request may close this issue.
Describe the feature
It is common to use major minor tags (like
v1
,v1.1
) to configure github actions. This action should also support those tags.Use Case
People want to use the latest versions of the action
Proposed Solution
Use the already existing release please with some custom addition:
https://github.com/google-github-actions/release-please-action?tab=readme-ov-file#creating-majorminor-tags
Acknowledgements
The text was updated successfully, but these errors were encountered: