todo-to-issue-action
todo-to-issue-action copied to clipboard
Include tag that points to the latest patched version
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.
Good idea, I'll add this to the list of enhancements.
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"
. 😄