Skip to content

Commit

Permalink
fix: Set branch to master to fix publication
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Nov 12, 2020
1 parent 43a1145 commit 7771f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module.exports = {
"branch": "master",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/git", {
"assets": ["CHANGELOG.md"],
"branch": "master",
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
"@semantic-release/github"
Expand Down

0 comments on commit 7771f87

Please sign in to comment.