Skip to content

Commit

Permalink
fix(ci): attach assets on release (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Artur Kudlacz <[email protected]>
  • Loading branch information
grubyak and Artur Kudlacz authored Aug 30, 2020
1 parent e47c30a commit e9e1a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ module.exports = {
"changelogFile": "CHANGELOG.md",
}],
"@semantic-release/npm",
["@semantic-release/git", {
["@semantic-release/github", {
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
'@semantic-release/github',
'@semantic-release/git'
],
branch: 'master',
branches: ['master']
Expand Down

0 comments on commit e9e1a69

Please sign in to comment.