pulsar-java-spring-boot-starter icon indicating copy to clipboard operation
pulsar-java-spring-boot-starter copied to clipboard

Improve automated build for maven release

Open majusko opened this issue 4 years ago • 1 comments

  • try to make the release fully automated using only git tag

majusko avatar Jan 23 '21 19:01 majusko

  1. generate & add signing key to github:

https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key

https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account

  1. add -Dgpg.passphrase= to the build command with the value from secrets
  2. add my-settings.xml to GitHub with ENV vars usage from secret

majusko avatar Jan 07 '22 22:01 majusko