Add a new action to the Semantic Versioning category

This commit is contained in:
fuerback 2022-10-31 11:24:57 -03:00
parent 654bcb11d0
commit 3cd770bf92

View File

@ -251,6 +251,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Get latest SemVer and branch name given a search string](https://github.com/jessicalostinspace/github-action-get-regex-branch)
- [Cut Release Branch](https://github.com/jessicalostinspace/cut-release-action) - Cuts a release branch given a branch prefix and optional semantic version.
- [Increment Semantic Version](https://github.com/christian-draeger/increment-semantic-version) - Bump a given semantic version (SemVer), depending on given release type.
- [Git-Based Semantic Versioning](https://github.com/PaulHatch/semantic-version) - Customizable and automatic Git-based semantic version
### Static Analysis