1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-05 12:28:51 +00:00

Only move the latest link for full versions

This commit is contained in:
Nathan Downs 2019-07-02 10:23:42 -07:00
parent 13e9f3b9e2
commit 2fc521b1d3

View File

@ -24,9 +24,11 @@ fi
cp -r $DIST $VERSION cp -r $DIST $VERSION
git add $VERSION git add $VERSION
if [[ $VERSION =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
rm latest rm latest
ln -s $VERSION latest ln -s $VERSION latest
git add latest git add latest
fi
git commit -q -m "Publish v$VERSION" git commit -q -m "Publish v$VERSION"
git push origin $PUBLISH_BRANCH git push origin $PUBLISH_BRANCH