Skip to content

Commit 21c7209

Browse files
committed
Fix the gh release call.
1 parent c642275 commit 21c7209

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ spotlessChangelog {
77
changelogFile 'README.md'
88
tagPrefix ''
99
tagMessage '{{changes}}'
10+
runAfterPush "gh release create {{version}} --title '{{version}}' --notes-from-tag"
1011
}
1112

1213
repositories {

0 commit comments

Comments
 (0)