No dry run in release instructions #29199 (#29369)

This commit is contained in:
Johan Andrén 2020-07-10 16:59:26 +02:00 committed by GitHub
parent 214defac7a
commit 142a63f600
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,8 +84,7 @@ It is possible to release a revised documentation to the already existing releas
## Release steps
* Tag the release: `git tag -am "Version 2.6.x" v2.6.x`
* Do a `project/scripts/release` dry run
* If all goes well, `project/scripts/release --real-run`
* Do a `project/scripts/release` to build and release to sonatype
* Log into sonatype, 'close' the staging repo.
* Test the artifacts by adding `resolvers += "Staging Repo" at "https://oss.sonatype.org/content/repositories/comtypesafe-xxxx"` to a test project
* If all is well, 'release' the staging repo.