add bump-policy to action.yml config
This commit is contained in:
parent
5e364234b7
commit
d0a192b0c2
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue