Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 714 Bytes

gha-auto-git-release.md

File metadata and controls

29 lines (21 loc) · 714 Bytes
layout title parent grand_parent nav_order
default
GitHub Action - Auto release
CI/CD
Guides
10

GitHub Action - Auto release

{: .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 %}


Workflow file(s)

This action is related to the workflow file:

  • .github/workflows/auto-git-release.yml

This action doesn't require any particular configuration.