This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit f6517ccd7962f30a44e27bdb43f1696274f4b9d2 Author: Lari Hotari <[email protected]> AuthorDate: Tue Apr 2 09:20:34 2024 +0300 Improve release process instructions --- contribute/release-process.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contribute/release-process.md b/contribute/release-process.md index d5cb85069d65..830cbf77aae7 100644 --- a/contribute/release-process.md +++ b/contribute/release-process.md @@ -726,6 +726,7 @@ First, build swagger files from apache/pulsar repo at the released tag: ```shell mvn -ntp install -Pcore-modules,swagger,-main -DskipTests -DskipSourceReleaseAssembly=true -Dspotbugs.skip=true -Dlicense.skip=true +PULSAR_PATH=$(pwd) ``` Now, run the following script from the main branch of apache/pulsar-site repo: @@ -742,7 +743,7 @@ poetry run bin/rest-apidoc-generator.py --master-path=$PULSAR_PATH --version=$VE cd ../.. git add -u git add static/swagger/$VERSION_WITHOUT_RC -git commit -m "update rest-apidoc for $VERSION_WITH_RC" +git commit -m "update rest-apidoc for $VERSION_WITHOUT_RC" ``` Read more on the manual of [pytools](https://github.com/apache/pulsar-site/tree/main/tools/pytools/README.md).
