Skip to content

Commit 5d41ab9

Browse files
authored
Update RELEASING.md for syntax of markdown
1 parent 737ba55 commit 5d41ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`)
22
* Add CHANGELOG.md to what changes for new version
33
* Add plugin.xml change note
44
```xml
@@ -13,4 +13,4 @@
1313
```
1414
* Commit & push changes
1515
* 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

Comments
 (0)