Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
🐛 (devops) Fixes releaserc and travis yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Vivona committed Sep 13, 2019
1 parent 136cf3c commit 85ad15d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = {
assets: ['CHANGELOG.md', 'package.json', 'packages'],
message: ':bookmark: (release) ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
'@semantic-release/npm',
],
'@semantic-release/npm',
],
}
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ node_js:

script:
- npm run build
after_script:
- npx semantic-release

notifications:
email:
Expand Down

0 comments on commit 85ad15d

Please sign in to comment.