diff --git a/Makefile b/Makefile index 09e6744..96b8264 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ release: # Create a new tag for release. sed -i -e "s|CFBundleShortVersionString\s*[^<]*|CFBundleShortVersionString$${VERSION_STR}|" Info.plist &&\ git tag $${TAG} > /dev/null && \ git tag -d $${TAG} > /dev/null && \ - git add Libcore.podspec && \ + git add Libcore.podspec Info.plist && \ git commit -m "release: version $${TAG}" && \ echo "creating git tag : v$${TAG}" && \ git tag v$${TAG} && \