Skip to content

Commit

Permalink
Use stages for version scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Aug 13, 2022
1 parent bddc6c8 commit 3c1d1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group = "org.ajoberstar"

reckon {
setDefaultInferredScope("patch")
snapshots()
stages("alpha", "beta", "rc", "final")
setScopeCalc(calcScopeFromProp().or(calcScopeFromCommitMessages()))
setStageCalc(calcStageFromProp())
}
Expand Down

0 comments on commit 3c1d1cc

Please sign in to comment.