Open fubuloubu opened 1 year ago
The idea is that when a new tag is published e.g. v1.3 that the corresponding major version tag should also get updated e.g. v1
v1.3
v1
This would help streamline the updates for this plugin without manual tagging
Also note probably good to design a more advanced testing and release process for this action (uses: ApeWorX/github-action@main?)
uses: ApeWorX/github-action@main
The idea is that when a new tag is published e.g.
v1.3
that the corresponding major version tag should also get updated e.g.v1
This would help streamline the updates for this plugin without manual tagging
Also note probably good to design a more advanced testing and release process for this action (
uses: ApeWorX/github-action@main
?)