Update unit tests

This commit is contained in:
Teofilo Monteiro 2021-10-29 08:35:41 +02:00 committed by GitHub
parent 2c7f4b8ddd
commit dc8f0c5755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ const defaultInputs = {
tag_prefix: "v", tag_prefix: "v",
major_pattern: "(MAJOR)", major_pattern: "(MAJOR)",
minor_pattern: "(MINOR)", minor_pattern: "(MINOR)",
format: "${major}.${minor}.${patch}", format: "${major}.${minor}.${patch}+${increment}",
short_tags: true, short_tags: true,
bump_each_commit: false bump_each_commit: false
}; };