Skip to content

Commit

Permalink
fix: git release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ authored Oct 2, 2020
1 parent 0d0d5ea commit 75b4082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@semantic-release/changelog",
"@semantic-release/release-notes-generator",
["@semantic-release/git", {
"assets": ["build/meta_schema.go", "CHANGELOG.md"],
"assets": ["meta_schema.go", "index.*" "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
"@semantic-release/github",
Expand Down

0 comments on commit 75b4082

Please sign in to comment.