Skip to content

Commit

Permalink
fix(semantic-release): Fix the .releaserc yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
randytarampi committed Mar 8, 2019
1 parent 6637151 commit 54549bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins:
- @semantic-release/commit-analyzer
- @semantic-release/release-notes-generator
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/git":
assets:
- package.json
- package-lock.json
message: "release(travis): Release ${nextRelease.version}\n\n[skip ci]\n\n${nextRelease.notes}"
- @semantic-release/npm
- @semantic-release/github
- "@semantic-release/npm"
- "@semantic-release/github"

0 comments on commit 54549bd

Please sign in to comment.