Skip to content

Commit

Permalink
"any" value added to target option (#99)
Browse files Browse the repository at this point in the history
* feat: any option added to target

* chore: make 'any' default value for target

* chore: docs update

* chore: updated tests

* chore: test structure improved
  • Loading branch information
sameer-coder authored Nov 18, 2021
1 parent 5a1c8fe commit 8124f1b
Show file tree
Hide file tree
Showing 5 changed files with 3,066 additions and 782 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ _Optional_ A custom url where the external API which is delegated the task of ap

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

`major, premajor, minor, preminor, patch, prepatch, or prerelease`
`major, premajor, minor, preminor, patch, prepatch, prerelease or any`. Defaults to `any`.

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

Expand Down
Loading

0 comments on commit 8124f1b

Please sign in to comment.