Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 620 Bytes

releasing.md

File metadata and controls

12 lines (11 loc) · 620 Bytes

Releasing a new version

  1. Make sure everything is checked in and working!
  2. Remove SNAPSHOT from version in top-level build.gradle
  3. ./gradlew :egtest-annotations:uploadArchives
  4. Find the jars and pom and sign them with gpg2. (gpg2 -ab filename for each file.)
  5. Follow the directions at http://central.sonatype.org/pages/manual-staging-bundle-creation-and-deployment.html
  6. Change dependencies in egtest-processor to point at the repository
  7. Repeat 2-4 for egtest-processor.
  8. Create the new version on GitHub.
  9. Roll back changes.
  10. Update gist(s) and sample code to reflect new version numbers.