Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 718 Bytes

RELEASE.md

File metadata and controls

24 lines (15 loc) · 718 Bytes

Perform release

cd sonar-auth-oidc
./mvnw clean install
./mvnw release:prepare
./mvnw release:perform

Update SonarCloud project

git checkout <release tag>
./mvnw clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=vaulttec -Dsonar.login=<security token>

Deploy to Marketplace

  1. create a PR on the sonar-update-center-properties repo
  2. start a new topic on the Community Forum as described in Deploying to the Marketplace