From 11e67969e4ab17da73cdfc9043d8559d7b4a9ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Dr=C3=A4ger?= Date: Fri, 17 Jan 2020 21:30:52 +0100 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9221058..6b5346c 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ 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 ). +description: Bump a given semantic version by a release type ( major | feature | bug | alpha | beta | rc ). author: Christian Dräger branding: icon: 'tag'