Skip to content

Commit 8124f1b

Browse files
authored
"any" value added to target option (#99)
* feat: any option added to target * chore: make 'any' default value for target * chore: docs update * chore: updated tests * chore: test structure improved
1 parent 5a1c8fe commit 8124f1b

File tree

5 files changed

+3066
-782
lines changed

5 files changed

+3066
-782
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ _Optional_ A custom url where the external API which is delegated the task of ap
3737

3838
_Optional_ A flag to only auto-merge updates based on Semantic Versioning. Default to `major` merge. Possible options are:
3939

40-
`major, premajor, minor, preminor, patch, prepatch, or prerelease`
40+
`major, premajor, minor, preminor, patch, prepatch, prerelease or any`. Defaults to `any`.
4141

4242
For more details on how semantic version difference calculated please see [semver](https://www.npmjs.com/package/semver) package
4343

0 commit comments

Comments
 (0)