We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044d5e8 commit df989a7Copy full SHA for df989a7
.gitignore
@@ -7,3 +7,4 @@ local.properties
7
8
build/
9
out/
10
+/githubReleaseNote.md
.travis.yml
@@ -16,6 +16,7 @@ deploy:
16
file_glob: true
17
file: build/distributions/JsonToKotlinClass*.zip
18
skip_cleanup: true
19
+ release_notes: "Test release content"
20
release_notes_file: "./githubReleaseNote.md"
21
on:
22
tags: true
0 commit comments