Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.94 KB

File metadata and controls

39 lines (30 loc) · 1.94 KB

Release new version

Preparation

  • fetch necessary information from here
  • add private key file to the project root named as sonatype_emartech_gpg_private.key
  • set required environment variables
    • cp .env.example .env
    • update passphrase
    • update package version in .env: NEW_VERSION_NUMBER

Create bundle.jar

make bundle

Upload bundle.jar

  • Log in to Central Portal with these credentials
  • Upload bundle.jar at Deployments under com.escher namespace manually
    • click on "Publish Component" under "com.escher" namespace
    • name the deployment as com.emarsys:escher:{NEW_VERSION} (example: com.emarsys:escher:1.1.1)
    • scroll down and click "Upload Your File" and upload the bundle.jar
  • Release new bundle with clicking the "Publish" button
    • wait until is it automatically deployed to maven central (it can take up to 2 hours to appear in MC)

More info