-
Notifications
You must be signed in to change notification settings - Fork 41
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
Proper version tagging #5
Comments
Yes, agree. It needs some love around the tagging/versioning. Will get to it soon. |
ibiqlik
added a commit
that referenced
this issue
Feb 28, 2020
Add wf to autotag minor and patch releases By default use Dockerfile rather than docker image, obviously is slower by ~15 sec which consumes precious runner minutes but harder to automate releases, tagging and updating image reference in action.yaml thou not impossible. Next time.
ibiqlik
added a commit
that referenced
this issue
Feb 28, 2020
Autotag releases, use Dockerfile (for now) #5
Thank you... PetrR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
Would it be possible to do a proper tagging for this project please?
Maybe good starting point is here: https://github.com/actions/checkout
They are using versions like:
v2
->v2.0.0
v1
->v1.2.0
v1.1.0
v1.0.0
It would be really handy to use something like
v1
instead of specifying the exact version onlyv0.0.2
:It will save me from changing the "exact versions" or using "master" when you release new version.
For example this project can be handy for automating the release process: https://github.com/haya14busa/action-update-semver
Thank you...
The text was updated successfully, but these errors were encountered: