Push new release to Github/NPM
Server Tasks
- Builds share-button
- Publish to NPM
- Upload tar/zip/{css, js} files to latest release
- Moves dist/*.{js,css} to share-button-bower repo/dir on server & commits/pushes (commit msg is release tag)
TODO:
- Github release webhook, get notified of new release & get
tag_name
- Clone repo to tmp folder
- Build share-button in
tmp
folder - Publish to NPM
- Copy
dist
and place intmp2
- Commit/Push
tmp2/*.{js, css}
to share-button-bower repo on github - Create tar/zip of
tmp
, place intmp/dist
- Upload (all files in
tmp/dist
) assets to latest release
👍