layout | title | parent | grand_parent | nav_order |
---|---|---|---|---|
default |
GitHub Action - Auto release |
CI/CD |
Guides |
10 |
{: .no_toc }
Automatically tag and release when changes land on any branch.
Tag and release changes on the master branch, as releases. (one release per commit) Tag and pre-release changes on the other branches, as pre-releases with a "x" as "patch" indicator. (one release per branch, the release is updated at every push)
{% include page-toc.md %}
This action is related to the workflow file:
.github/workflows/auto-git-release.yml
This action doesn't require any particular configuration.