You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
*"export JAVA_HOME=`/usr/libexec/java_home -v "1.8"`;./gradlew prepareForRelease" (In case stop releasing after running this command, make sure removing `.travis/release`)
1
+
*``export JAVA_HOME=`/usr/libexec/java_home -v "1.8"`;./gradlew prepareForRelease`` (In case stop releasing after running this command, make sure removing `.travis/release`)
2
2
* Add CHANGELOG.md to what changes for new version
3
3
* Add plugin.xml change note
4
4
```xml
@@ -13,4 +13,4 @@
13
13
```
14
14
* Commit & push changes
15
15
* Check [travis ci](https://travis-ci.org/shiraji/permissions-dispatcher-plugin) to successfully release the module
16
-
* Create Release Tag (Upload archive file as well)
16
+
* Create Release Tag (Upload archive file as well)
0 commit comments