-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add Option to use Release Types (major, minor, patch) for Updates #26
Conversation
Awesome, thank you :) |
Hi @SebastianStehle, Please try it out ( |
Yes and no. I think the PR should only propose short versions for "major" ... like "@v2" and so on. See: https://github.com/notifo-io/notifo/pull/135/files |
Could also be another setting, e.g. "update_version_with: release-tag-major" Btw: Can you not prebuilt the docker image? (I have no idea how docker actions work) |
Not all actions follow this pattern, and I think using specific tags than a moving tag is better because we know this will always run the same code. |
Yes, you can. |
Therefore you have semantic versioning ;) I would just prefer to get the small improvements and non breaking changes automatically. |
GitHub is not actually using Semantic Versioning to find the version of an action, it is using Git Tags in case of
|
closes #22