Skip to content

Commit

Permalink
Add a GitHub release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 1, 2025
1 parent 357996a commit 31ba3de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jvm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ repositories {
spotlessChangelog {
tagPrefix 'jvm/'
commitMessage 'Published jvm/{{version}}'
tagMessage "{{changes}}"
runAfterPush "gh release create jvm/{{version}} --title 'JVM v{{version}}' --notes-from-tag"
}
group =.proj('maven_group', 'the maven group, recommend com.diffplug')
apply from: rootProject.file('gradle/spotless.gradle')
Expand Down

0 comments on commit 31ba3de

Please sign in to comment.