@@ -11,22 +11,22 @@ This project does not have a strict release schedule. However, we would make a r
1111### Prerequisites
1212- Install [ datadog_checks_dev] ( https://datadog-checks-base.readthedocs.io/en/latest/datadog_checks_dev.cli.html#installation ) using Python 3
1313- Have [ Java 1.8] ( https://www.oracle.com/java/technologies/javase-jdk8-downloads.html )
14- - Ensure all CIs are passing on the master branch that we're about to release.
15- - Set the ` BINTRAY_USER ` and ` BINTRAY_API_KEY ` environment variables so that the release process can deploy to Bintray.
14+ - Ensure all CIs are passing on the master branch that we're about to release.
15+ - Set the ` BINTRAY_USER ` and ` BINTRAY_API_KEY ` environment variables so that the release process can deploy to Bintray.
1616
1717## Release
1818Note that once the release process is started, nobody should be merging/pushing anything.
1919
2020### Commands
2121
2222- See changes ready for release by running ` ddev release show changes . ` at the root of this project. Add any missing labels to PRs if needed.
23- - Run ` ddev release changelog . <NEW_VERSION> ` to update the ` CHANGELOG.md ` file at the root of this repository
23+ - Run ` ddev release changelog . <NEW_VERSION> --tag-prefix datadog-api-client- ` to update the ` CHANGELOG.md ` file at the root of this repository
2424- Commit the changes to the repository in a release branch and get it approved/merged after you:
2525 - Make sure that all CIs are passing, as this is the commit we will be releasing!
2626
2727- Pull the latest changes after merging the above PR.
2828- Run ` mvn --settings settings.xml clean release:prepare ` and follow the prompts to update the version and tag the repository.
29- - Run ` mvn --settings settings.xml release:perform ` to deploy the artifact to Bintray.
29+ - Run ` mvn --settings settings.xml release:perform ` to deploy the artifact to Bintray.
3030- Find the artifact in Bintray and publish to make it visible to all.
3131- Within Bintray, sync the specified version to maven central.
3232
@@ -36,4 +36,4 @@ After merging the above PR, create a release on the [releases page](https://gith
3636- Choose the tag that was created by the ` mvn release:prepare ` step
3737- Place the changelog contents into the description of the release.
3838- Attach the built Jar file into the release
39- - Create/Publish the release, which will automatically create a tag on the ` HEAD ` commit.
39+ - Create/Publish the release, which will automatically create a tag on the ` HEAD ` commit.
0 commit comments