Skip to content

Commit

Permalink
Versions can float again.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 7, 2025
1 parent da87a22 commit cbbdee5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions gradle/changelog.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ spotlessChangelog {
commitMessage "Published ${kind}/{{version}}" // {{version}} will be replaced
tagMessage "{{changes}}"
runAfterPush "gh release create ${kind}/{{version}} --title '${releaseTitle} v{{version}}' --notes-from-tag"

if (kind == 'gradle') {
forceNextVersion '7.0.0'
} else if (kind == 'maven') {
forceNextVersion '2.44.0'
} else {
forceNextVersion '3.0.0'
}
}

if (project == rootProject) {
Expand Down

0 comments on commit cbbdee5

Please sign in to comment.