Skip to content

Commit 49385cf

Browse files
committed
updated dependencies
1 parent b0b0a45 commit 49385cf

3 files changed

Lines changed: 2325 additions & 108 deletions

File tree

deploy.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/bash
2-
read -e -p "Tag: " ver
3-
sed -i -e "s/\"version\":.*/\"version\": "\"$ver\"",/g" package.json
4-
git add -A && git commit -m "Release v$ver."
5-
git tag "v$ver"
6-
git push origin master && git push --tags
7-
npm publish
2+
3+
echo "Last tag was:" $(git describe --tags --abbrev=0)
4+
git add -A && git commit -m "prepare release"
5+
npm run release

0 commit comments

Comments
 (0)