ibiqlik / action-yamllint

GitHub Action - Yaml Lint
MIT License
97 stars 41 forks source link

Proper version tagging #5

Closed ruzickap closed 4 years ago

ruzickap commented 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:

It would be really handy to use something like v1 instead of specifying the exact version only 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...

ibiqlik commented 4 years ago

Yes, agree. It needs some love around the tagging/versioning. Will get to it soon.

ruzickap commented 4 years ago

Thank you...

PetrR