Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
push tags on running release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliankoe committed Aug 9, 2017
1 parent b699313 commit e132a34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e132a34

Please sign in to comment.