Skip to content

Commit

Permalink
Document parallelBranchScope
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Aug 17, 2022
1 parent e831ac3 commit 0c85609
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ reckon {
// omit this to use the default of 'minor'
defaultInferredScope = 'patch'
// omit this to use the deafult of 'patch'
// if you use branches like maintenance/1.2.x, set this to 'minor'
// if you use branches like maintenance/2.x, set this to 'major'
parallelBranchScope = 'minor'
// omit to use default remote
remote = 'other-remote'
Expand Down

0 comments on commit 0c85609

Please sign in to comment.