Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.33 KB

File metadata and controls

33 lines (24 loc) · 1.33 KB

Release Process

  1. Create a release on GitHub (https://github.com/approvals/ApprovalTests.Java/releases/new)

GitHub workflows will do the rest.

Troubleshooting

  • We only deploy approvaltests and approvaltests-util, the other projects do not need to be deployed

Checking status

Configuration

  • Need a username and password from sonatype account (token)
  • Need a GPG key to sign the artifacts
    • Environmental variables GPG_PRIVATE_KEY and GPG_PASSPHRASE
    • You can test this with internal_documentation/test_gpg_key.sh
  • You can set versions using
mvn versions:set -DnewVersion=100.0.0-SNAPSHOT