Closed ruzickap closed 4 years ago
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 only v0.0.2:
v0.0.2
- uses: ibiqlik/action-yamllint@v1
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...
Yes, agree. It needs some love around the tagging/versioning. Will get to it soon.
PetrR
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...