Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2011-11-18 15:59:36 +01:00
parent e330002899
commit 3605e478e6
1 changed files with 3 additions and 2 deletions

View File

@ -19,12 +19,13 @@ echo "Ensure you fixed/prepared version files: $files"
echo "changelog: $changelog_version"
#echo "git: $git_version"
echo "lib: $lib_version"
read wait
if [ "$lib_version" != "$changelog_version ]; then
if [ "$lib_version" != "$changelog_version" ]; then
echo "Messed up versions, not releasing"
exit 1
fi
echo "Press enter to continue"
read wait
version=$lib_version
# get target branch