Add a new action to the Semantic Versioning category (#77)

Co-authored-by: fuerback <felipefuerback@hotmail.com>
This commit is contained in:
Romain Lespinasse 2025-03-06 20:21:21 +01:00 committed by GitHub
parent c469eb540d
commit 6820fef825
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -297,6 +297,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [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.
- [SemVer Utils](https://github.com/madhead/semver-utils) - One-stop shop for working with semantic versions in your GitHub Actions workflows. Parsing, comparing and bumping SemVers in a single action.
- [Git-Based Semantic Versioning](https://github.com/PaulHatch/semantic-version) - Customizable and automatic Git-based semantic version.
### Static Analysis