diff --git a/scripts/release b/scripts/release index 27d9e8c..f22346e 100755 --- a/scripts/release +++ b/scripts/release @@ -7,6 +7,7 @@ if [ $# -eq 0 ] fi git tag -s -a $1 -m '' +git push --follow-tags echo "public let APODIDAE_VERSION = \""$(git describe)"\"" > Sources/ApodidaeCore/Version.swift swift build -c release -Xswiftc -static-stdlib