Skip to content
Snippets Groups Projects
Commit f302ce45 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Fix in release script

parent a6a7bf9d
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ case $REPLY in
exit
;;
2) echo "Uploading the contents of the $RELEASE_DIR to the apps server."
cp $PATH_TO_CHANGELOG $RELEASE_DIR
cp $RELEASE_DIR/CHANGELOG $CMAKE_SOURCE_DIR
read -p "Are you sure? (y/n)"
if [[ $REPLY =~ ^[yY]$ ]]; then
......
......@@ -19,7 +19,7 @@ cmake ../BornAgain
./bin/release.sh
echo " "
echo "1) Modify BornAgain-release/BornAgain/CHANGELOG"
echo "1) Modify BornAgain-release/build/RELEASE/CHANGELOG"
echo "2) Copy new Windows build into BornAgain-release/build/RELEASE"
echo "3) Run BornAgain-release/build/bin/release.sh with menu option #2 (upload on apps)"
echo "4) Run BornAgain-release/build/bin/release.sh with menu option #3 (finalize git)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment