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

Make Versio manage major and minor tagging #35

Open
NikitaCOEUR opened this issue Apr 8, 2024 · 0 comments
Open

Make Versio manage major and minor tagging #35

NikitaCOEUR opened this issue Apr 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@NikitaCOEUR
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

"Versio" handles tagging perfectly by calculating the new version based on the commit. I use it to manage the versions of various GitHub actions for our company.
Since we use conventional commit, we take care to manage breaking changes properly.
Also, we call our GitHub actions by referencing the version vX (example: uses: repo/githubaction@githubaction/v0 instead of repo/githubaction@githubaction/v0.2.3)

Describe the solution you'd like
A clear and concise description of what you want to happen.

However, it's only capable of managing tags in the format X.Y.Z.
I would have liked it to be able to add (and update) tags X and X.Y.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

I add some "magic" myself by pointing major and minor tags to the new release version, but I think Versio could handle that natively.

Thank you for your work!

@NikitaCOEUR NikitaCOEUR added the enhancement New feature or request label Apr 8, 2024
@NikitaCOEUR NikitaCOEUR changed the title Make Version manage major and minor tagging Make Versio manage major and minor tagging Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants