From 787b9535950d55a0e15c03ccb79f039fb4cc498a Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Wed, 5 Mar 2025 09:48:14 +0100 Subject: [PATCH] Add madhead/semver-utils action into the "Semantic Versioning" section (#68) Co-authored-by: Siarhei --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96bcfb9..307001d 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,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. +- [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. ### Static Analysis