Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
feat: add release config
Browse files Browse the repository at this point in the history
  • Loading branch information
David Pike committed May 28, 2021
1 parent 7473a03 commit ef89efc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .releaserc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
[
'@semantic-release/git',
{
assets: ['package.json', 'package-lock.json'],
message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
],
'@semantic-release/github',
],
};

0 comments on commit ef89efc

Please sign in to comment.