From 3cd770bf926e19ee46609abeb467e541a5252fae Mon Sep 17 00:00:00 2001 From: fuerback Date: Mon, 31 Oct 2022 11:24:57 -0300 Subject: [PATCH] Add a new action to the Semantic Versioning category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acda007..5788718 100644 --- a/README.md +++ b/README.md @@ -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