This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-site.git
commit 43d7633c74ab89134c4666cbbe6b36a53255c796 Author: Martin Stockhammer <[email protected]> AuthorDate: Sun Dec 19 16:57:30 2021 +0100 Fixing release docu --- src/site/apt/developers/releasing.apt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/site/apt/developers/releasing.apt b/src/site/apt/developers/releasing.apt index f332c97..9a60183 100644 --- a/src/site/apt/developers/releasing.apt +++ b/src/site/apt/developers/releasing.apt @@ -180,7 +180,9 @@ cd archiva-site svn co https://dist.apache.org/repos/dist/dev/archiva/ archiva-dev-release cd archiva-dev-release sh ./release-script-svn.sh $ARCHV ${RELEASE_URL}/ -cd $ARCHV +cd $ARCHV/bin +../../verify.sh +cd ../src/ ../../verify.sh # Check the output
