Skip to content

Commit

Permalink
build(semantic-release): enabled semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Dec 15, 2017
1 parent 45b6846 commit 7c1de86
Show file tree
Hide file tree
Showing 4 changed files with 1,992 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
test/

.commitlintrc.js
.editorconfig
.eslintignore
.gitattributes
.gitignore
.markdownlintrc
.npmrc
.nvmrc
.travis.yml
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ before_script: npm run greenkeeper:update-lockfile
before_deploy:
- git config --global user.email "$GIT_EMAIL"
- git config --global user.name "dsmJS Bot"
after_success: npm run semantic-release
after_script: npm run greenkeeper:upload-lockfile
env:
global:
secure: Ol3EIBFbxgIAXNQ0puF5JyWPWqpAoL6AUaxABzJ1sGA5bqYZRMus+NL2uQXUp4orIqGYqcUVO8yYL8G6sUb+p99usNxmIaekzmOk3kaokdBfyZW4Md28+cUvGk8Xa7/OmMLLo9hPPPYz4hvNbuulImKP52I8lkiu9VUHYzmW8QQuEMHh6QV1ZhR5+hReXYxjydhmwUzxKRWqNBDxfT4zr0bJ03RmcE/j5fS6UockPKMuM8LyxqAL6MwaWniZY6ruHwMOnXGWyZkSWgW5Z9APSd0sm4Qdcuzs4rb6vN5SFfTEQAgEdzAzMFdMrjMWuzi/H63bXnY2/hZo+ikuZth48ycoTwtJ1RT0oMqUukpRutgcAjQSJFK67DNhWKHIDa7nnLUX5CPPhV8xyv1GUKWpYMJFbby35Smw95jeD/+mRyYl1NKNs4n598YxxtVZlRysZ9/z5uBeCTXpjE21KxlgBtu/ps4TXDO0i/WED0PxrOVJl+pDfdv0+cWPSCeJp/dZkEBWOmtDYaA1rC1FVKEpwIxjYEbio8AGPTvfXo79AxZLXF26hlXpxCBb3p8+hOeUdqBsiWPD1Orztj86zTMOl75HylKcvmwG9kysFMW8U2n/PLVmNnWfeFEpuxFw6XeFSt+tZDO66Fsn3q+/YGcXpFooGZX8jGlfCJ5izCvIvMc=
Loading

0 comments on commit 7c1de86

Please sign in to comment.