Skip to content

Commit

Permalink
Prepare to publish non-beta. Huzzah!
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 6, 2025
1 parent ea71030 commit bd03fa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/changelog.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ spotlessChangelog {
runAfterPush "gh release create ${kind}/{{version}} --title '${releaseTitle} v{{version}}' --notes-from-tag"

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

Expand Down

0 comments on commit bd03fa0

Please sign in to comment.