Skip to content

Instantly share code, notes, and snippets.

@takahi-i
Last active September 10, 2016 21:10
Show Gist options
  • Save takahi-i/32bbdb5814e076febed4 to your computer and use it in GitHub Desktop.
Save takahi-i/32bbdb5814e076febed4 to your computer and use it in GitHub Desktop.
Release of RedPen

Release steps of RedPen

  1. Bump RedPen version
    • RedPen class
    • run_test.sh
  2. commit and pull request to master
  3. create release in github with mvn release plugin
    • mvn release:prepare;
    • mvn -X -e release:perform -Dmaven.test.skip=true
  4. Create release note
    • upload zipped files
  5. Update homebrew
    • change the redpen formula to download the latest file
    • run homebrew test with brew test redpen
    • create pullrequest of the formula changes, if the test pass
  6. write a new to mailing lists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment