Skip to content

Commit

Permalink
fix: duplication seems to fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ authored Oct 6, 2020
1 parent bc4cb80 commit 8abaf95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
"languages": { "ts": true, "go": true }
}],
"@semantic-release/changelog",
"@semantic-release/git"
["@semantic-release/git", {
"assets": ["meta_schema.go", "index.*", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}]
],
"publish": [
["@semantic-release/github", {
Expand Down

0 comments on commit 8abaf95

Please sign in to comment.