Skip to content

Commit 30eaa14

Browse files
author
hari
committed
feat: adding change notes for store
1 parent 2ba87c0 commit 30eaa14

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

build.gradle

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ compileTestKotlin {
3333
}
3434
patchPluginXml {
3535
changeNotes """
36-
Add change notes here.<br>
37-
<em>most HTML tags may be used</em>"""
36+
Intial release of the plugin with the features<br>
37+
<ul>
38+
<li>Interoperable with Java</li>
39+
<li>Binary and source compatible</li>
40+
<li>Generates comments
41+
</ul>
42+
"""
3843
}

0 commit comments

Comments
 (0)