Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
chore: add github releases to semantic release config (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah committed Mar 26, 2021
1 parent 4c31025 commit 2f27d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
assets: ['CHANGELOG.md', 'package.json'],
message: "chore(release): update changelog for ${nextRelease.version} [skip ci]",
}],
'@semantic-release/github',
],
branches: ['master']
}

0 comments on commit 2f27d7a

Please sign in to comment.