Skip to content

Commit

Permalink
Modify postpublish script to add new files to git
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardograca committed Dec 9, 2018
1 parent 1f3ae81 commit 108a390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/postpublish.sh
Expand Up @@ -15,7 +15,7 @@ echo "Regenerating documentation"
npm run jsdoc

echo "Committing new release version ($version) w/ any outstanding changes"
git commit -am "Release $version"
git add -A && git commit -m "Release $version"

echo "Tagging version w/ number"
git tag $version
Expand Down

0 comments on commit 108a390

Please sign in to comment.