todo-to-issue-action icon indicating copy to clipboard operation
todo-to-issue-action copied to clipboard

Include tag that points to the latest patched version

Open ChocolateLoverRaj opened this issue 2 years ago • 1 comments

Right now I can do uses: alstr/[email protected], but what if v4.6.3 has a bug, and a newer version called v4.5.4 fixes the bug? It would be convenient if I could do uses: alstr/[email protected]. If there was a v4.6 tag which was updated whenever a newer v4.6.x version was created, then the action would always use the version with the latest bug fixes.

ChocolateLoverRaj avatar Apr 09 '22 19:04 ChocolateLoverRaj

Good idea, I'll add this to the list of enhancements.

alstr avatar Apr 11 '22 16:04 alstr

I've added a v4 major version tag that targets the latest version 4 release. I could add a v4.6 one but this should hopefully meet most requirements and makes things a bit simpler. You should now be able to do uses: "alstr/todo-to-issue-action@v4". 😄

alstr avatar Aug 23 '22 10:08 alstr