Skip to content

Commit

Permalink
build(release): add github release
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlup committed May 20, 2019
1 parent 510a1cb commit cd5a4cb
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@ branches:
only:
- master
- /^greenkeeper.*$/
- "/^v[0-9]+\\.[0-9]+\\.[0-9]+-(alpha|beta|rc)\\.[0-9]+$/"
- "/^v[0-9]+\\.[0-9]+\\.[0-9]+$/"

before_deploy:
- npm run gh:release

deploy:
provider: releases
api_key: "$CONVENTIONAL_GITHUB_RELEASER_TOKEN"
on:
tags: true
Loading

0 comments on commit cd5a4cb

Please sign in to comment.