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 17f475c commit 1f88ba4Copy full SHA for 1f88ba4
build.gradle
@@ -63,7 +63,9 @@ sourceSets {
63
}
64
65
publishPlugin {
66
- changeNotes({ changelog.getLatest().toHTML() })
+ patchPluginXml {
67
+ changeNotes(closure { changelog.getLatest().toHTML() })
68
+ }
69
token = System.getenv("MAGENTO_PHPSTORM_intellijPublishToken")
70
if (Boolean.valueOf(System.getenv("MAGENTO_PHPSTORM_isAlpha"))) {
71
channels 'alpha'
0 commit comments