This is an automated email from the ASF dual-hosted git repository. jinrongtong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/master by this push: new 819ee61 fix(release_manual): fix wrong command for executing integration tests 819ee61 is described below commit 819ee61a21580b65e98f63811ed54ddedbc08a24 Author: RongtongJin <jinrongton...@mails.ucas.ac.cn> AuthorDate: Wed Dec 15 22:10:27 2021 +0800 fix(release_manual): fix wrong command for executing integration tests --- _docs/08-release-manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/08-release-manual.md b/_docs/08-release-manual.md index 985f9ca..2f5b9bc 100644 --- a/_docs/08-release-manual.md +++ b/_docs/08-release-manual.md @@ -166,7 +166,7 @@ Be aware of the os version, for some dependency is os sensitive, such as netty t * Make sure that your are in the candidate release branch. * Make sure that all the unit tests can pass via `mvn clean install`. -* Make sure that all the integration tests can pass via `mvn clean test -Pit-test`. +* Make sure that all the integration tests can pass via `mvn clean install -Pit-test`. After the successful building, remember to sign the artifact(PGP and SHA512 signatures are required), and copy them to the svn repository, you could refer to [svn repository](https://dist.apache.org/repos/dist/release/rocketmq/) .