Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 613 Bytes

RELEASING.md

File metadata and controls

16 lines (16 loc) · 613 Bytes
  • ./gradlew prepareForRelease (In case stop releasing after running this command, make sure removing .travis/release)
  • Add CHANGELOG.md to what changes for new version
  • Add plugin.xml change note
    <change-notes><![CDATA[
        <p>1.0.1</p>
        <ul>
            <li>Fix issue #2 invalid revision range</li>
            <li>Fix issue #5 show error/info notifications</li>
        </ul>
    ]]>
    </change-notes>
  • Commit & push changes
  • Check travis ci to successfully release the module
  • Create Release Tag (Upload archive file as well)