Skip to content

Commit

Permalink
fix: add missing metadata file
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Mar 20, 2020
1 parent 2f857f3 commit a9e59ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .releaserc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
branch: 'master',
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/github',
],
};

0 comments on commit a9e59ff

Please sign in to comment.