szenius / set-timezone

GitHub action to set timezone in your locale, works with Linux, Windows, MacOS
MIT License
102 stars 21 forks source link

Use conventional tagging for GitHub actions #9

Open TWiStErRob opened 1 year ago

TWiStErRob commented 1 year ago

I noticed you're doing v1.0 and v1.1 tags for releases. This is nice, but it means that people have to manually update their action references every time there's a release: uses: szenius/set-timezone@v1.0 -> uses: szenius/set-timezone@v1.1.

This can be easily solved by pushing a v1 tag to your Git repo (no release required) and force pushing that v1 tag every time there's a v1.x release.

Refs:

szenius commented 1 year ago

Hi @TWiStErRob thanks for the great suggestion! I'll do this when we move to v2 since I don't foresee us moving from current version for a long time.