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'
|
description: 'Set a custom commit message for version bump commit'
|
||||||
default: ''
|
default: ''
|
||||||
required: false
|
required: false
|
||||||
|
bump-policy:
|
||||||
|
description: 'Set version bump ignore policy'
|
||||||
|
default: 'all'
|
||||||
|
required: false
|
||||||
push:
|
push:
|
||||||
description: '[DEPRECATED] Set to false to skip pushing the new tag'
|
description: '[DEPRECATED] Set to false to skip pushing the new tag'
|
||||||
default: 'true'
|
default: 'true'
|
||||||
|
|
Loading…
Reference in New Issue