+doc #18295 show warning if browsing outdated docs

+doc #18295 include versions.json updation during release
This commit is contained in:
Konrad Malawski 2015-08-22 18:35:20 +02:00
parent a6279b7b3f
commit c527987cc3
6 changed files with 170 additions and 1 deletions

View file

@ -364,6 +364,14 @@ else
important sbt upload-release
fi
echolog "Updating http://doc.akka.io/docs/versions.json [from $script_dir/../../akka-docs/versions.json]..."
if [ $dry_run ]; then
echodry "Not actually updating versions.json. Command:"
echodry " important scp $script_dir/../../akka-docs/versions.json ${publish_path}/docs/"
else
important scp $script_dir/../../akka-docs/versions.json ${publish_path}/docs/
fi
if [ $dry_run ]; then
if [ $no_revert ]; then
echodry "No revert: git branch ${release_branch} and git tag v${version} remain"