action-update-semver
action-update-semver copied to clipboard
Updates major/minor release tags on a tag push
this is kinda followup to #12 because I found that it would still receive the input, and because it is hardcoded to github.com it would not work on a GHES...
This one needs it too
Hi, I'm testing a github action to automatically release based on commitizen commits, this, based on each type of fix (bugfix, etc), will increase the version number and publish a...
When publishing a prerelease (eg: `v0.1.0-develop.1`), the action tags becomes: - v0.1.0-develop - v0.1 It should instead tag the following: - v0.1.0-develop - v0.1-develop If I publish `v1.1.0-develop.1` I expect...
Use the GITHUB_SERVER_URL variable instead of hardcoding the GitHub server as github.com
If you use `pull_request_target` or you've had another commit to your repo since this started running or you're using merge trains then the latest commit might not be the right...