1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00

GH-220 Fix script

This commit is contained in:
Tae Won Ha 2016-10-15 09:48:55 +02:00
parent 9421ae1f4d
commit 3af66550ac
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -37,6 +37,6 @@ echo "### VimR archive file name: ${VIMR_FILE_NAME}"
./bin/commit_and_push_tags.sh "${BRANCH}" "${TAG}"
./bin/create_github_release.sh "${COMPOUND_VERSION}" "${TAG}" "${VIMR_FILE_NAME}" "${RELEASE_NOTES}"
./bin/set_appcast.py "build/Release/${VIMR_FILE_NAME}" "${BUNDLE_VERSION}" "${MARKETING_VERSION}" "${TAG}" ${IS_SNAPSHOT}
./bin/commit_and_push_appcast.sh "${BRANCH}" "${COMPOUND_VERSION}"
./bin/commit_and_push_appcast.sh "${BRANCH}" "${COMPOUND_VERSION}" ${IS_SNAPSHOT}
echo "### Built VimR"