fix missing required flag
This commit is contained in:
parent
4dd78d06ed
commit
9fb9f40474
|
@ -18,11 +18,14 @@ inputs:
|
||||||
major-wording:
|
major-wording:
|
||||||
description: 'Words list that trigger a major version bump'
|
description: 'Words list that trigger a major version bump'
|
||||||
default: 'BREAKING CHANGE,major'
|
default: 'BREAKING CHANGE,major'
|
||||||
|
required: false
|
||||||
patch-wording:
|
patch-wording:
|
||||||
description: 'Words list that trigger a patch version bump'
|
description: 'Words list that trigger a patch version bump'
|
||||||
|
required: false
|
||||||
rc-wording:
|
rc-wording:
|
||||||
description: 'Words list that trigger a patch version bump'
|
description: 'Words list that trigger a patch version bump'
|
||||||
default: 'pre-alpha,pre-beta,pre-rc'
|
default: 'pre-alpha,pre-beta,pre-rc'
|
||||||
|
required: false
|
||||||
skip-tag:
|
skip-tag:
|
||||||
description: 'Avoid to add a TAG to the version update commit'
|
description: 'Avoid to add a TAG to the version update commit'
|
||||||
default: 'false'
|
default: 'false'
|
||||||
|
|
Loading…
Reference in New Issue