tlinkowski/tlinkowski-superpom

Configure one-click releasing

Closed this issue · 0 comments

  1. Remove the -SNAPSHOT suffix from gradle.properties.
  2. Append to CHANGELOG.md:
  3. Commit with message "Release $version".
  4. Tag with "v$version".
  5. Increment PATCH version by 1 and append -SNAPSHOT suffix in gradle.properties.
  6. Commit with message "Start $version".
  7. Push changes.
  8. Upload to JCenter & Maven Central.
  9. Add GitHub release & release notes: