From d0a192b0c288dbb6136485774107c7f912cec90e Mon Sep 17 00:00:00 2001 From: Nieky Allen Date: Thu, 13 Jan 2022 14:29:15 -0600 Subject: [PATCH] add bump-policy to action.yml config --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index cd22c02..8a7e58d 100644 --- a/action.yml +++ b/action.yml @@ -58,6 +58,10 @@ inputs: description: 'Set a custom commit message for version bump commit' default: '' required: false + bump-policy: + description: 'Set version bump ignore policy' + default: 'all' + required: false push: description: '[DEPRECATED] Set to false to skip pushing the new tag' default: 'true'