Skip to content

Commit

Permalink
feat(*): add release script
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <[email protected]>
  • Loading branch information
willsoto committed Jan 13, 2019
1 parent ea6322d commit 5c316d6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/usr/bin/env bash

set -e

npx standard-version --sign

echo "Copying package.json"

cp ./package.json ./projects/ng-chartist

yarn build

npm publish dist/ng-chartist-lib

git push --follow-tags origin master

0 comments on commit 5c316d6

Please sign in to comment.