From 290c655c106bcdc69ca08a5ad34097d5989e1c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Dr=C3=A4ger?= Date: Fri, 17 Jan 2020 21:29:02 +0100 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 4f3bc52..9221058 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: Bump Semantic Version -description: GitHub action to increment a given semantic version +name: Increment Semantic Version +description: This action gives you a bumped semantic version, given the version you want to bump and a the release type / version fragement ( major | feature | bug | alpha | beta | rc ). author: Christian Dräger branding: icon: 'tag'