From cd9bad13dd67fad9744c2646ebe9a372da393a0d Mon Sep 17 00:00:00 2001 From: Mehmet Can Kanpolat Date: Fri, 27 Nov 2020 14:38:51 +0300 Subject: [PATCH] Update action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index b01f9b217..4aeb775a4 100644 --- a/action.yml +++ b/action.yml @@ -10,6 +10,10 @@ inputs: required: true description: 'Uses this if any labels cannot be found in the commit messages.' default: 'patch' + incrementPerCommit: + required: false + description: 'Increments a version for each commit.' + default: 'false' github_token: description: 'Token to get tags from the repo. Pass in using `secrets.GITHUB_TOKEN`.' required: true