Update test to use null default
This commit is contained in:
parent
031f5ec2b3
commit
6ab7206d8d
|
@ -101,12 +101,12 @@ suites:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
default: minor
|
||||
default: null
|
||||
patch-wording: patch
|
||||
tests:
|
||||
- message: no hint
|
||||
expected:
|
||||
version: 4.1.0
|
||||
version: 4.0.1-pre.0
|
||||
- message: patch
|
||||
expected:
|
||||
version: 4.1.1
|
||||
|
|
Loading…
Reference in New Issue