Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
fix(semantic-release): use .releaserc.json to control release mechanism
Browse files Browse the repository at this point in the history
forgot the . in front of releaserc.json... my bad.
  • Loading branch information
AntoineDao committed Jul 29, 2019
1 parent ec35303 commit 9569d25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions releaserc.json → .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm",
["@semantic-release/exec", {
"publishCmd": "bash deploy.sh ${nextRelease.version}"
}]
Expand Down

0 comments on commit 9569d25

Please sign in to comment.