From c8fb5811d2f5904e2e63873b15f123431bcfce25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Faria?= Date: Fri, 13 Feb 2026 00:47:41 +0100 Subject: [PATCH] Update action name to be marketplace-unique Change from 'Semantic Versioning' to 'Branch-Based Semantic Versioning' to avoid name conflict with existing actions. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a98d076..268362e 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: "Semantic Versioning" +name: "Branch-Based Semantic Versioning" description: "Automatic semantic versioning based on branch naming conventions. Supports major, minor, patch bumps and pre-release tags." author: "TheKathan"