Skip to content

Commit

Permalink
temporarily add -Preckon.scope=major in order to come to 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: klehner <[email protected]>
  • Loading branch information
klu2 committed Aug 28, 2023
1 parent 8b168bb commit 537f6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ plugins {
rootProject.name = "autoconfigure"

configure<org.ajoberstar.reckon.gradle.ReckonExtension> {
setScopeCalc(calcScopeFromCommitMessages())
setScopeCalc(calcScopeFromProp().or(calcScopeFromCommitMessages()))
}

0 comments on commit 537f6e3

Please sign in to comment.