Skip to content

Publishing

PJ Fanning edited this page Oct 2, 2021 · 1 revision

Publishing

  • Relies on Github Actions CI/CD
  • snapshot versions are automatically signed and published to OSS sonatype snapshots repo - https://oss.sonatype.org/content/repositories/snapshots/com/github/pjfanning/jackson-caffeine-cache/
  • releases should work via Github Actions CI/CD but none have yet be done that way (next one hopefully)
    • change version in build.gradle to release number (without a SNAPSHOT suffix)
    • git commit
    • tag the commit with a tag with the release number prefixed by 'v'
    • git push
    • You'll need to use OSS Sonatype UI to complete the release of the staging repository

Github Actions CI/CD secrets

Gradle

Clone this wiki locally