]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
#3033 Deploy dist files and bower.json (tags)
authorSimon Brunel <simonbrunel@users.noreply.github.com>
Sun, 28 Aug 2016 10:18:18 +0000 (12:18 +0200)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Sun, 28 Aug 2016 16:21:12 +0000 (18:21 +0200)
commite8a51d80c809a26c1365070e8570f7a883248831
tree8e40946fb6f29a046bb6a8ae786be790f24748c9
parentcd50edbc84c2f32a1226c14192e504a30bacd73e
#3033 Deploy dist files and bower.json (tags)

Add a new Travis deploy task to push dist/*.js and bower.json files into tag sources:
- requires Travis GITHUB_AUTH_TOKEN and GITHUB_AUTH_EMAIL environment variables
- skipped if not built from the "release" branch
- release.sh must be executable (see comment)
- reads tag version from package.json
- fails if tag already exists
.travis.yml
scripts/release.sh [new file with mode: 0755]