Skip to content

Commit

Permalink
fix: add release-rc
Browse files Browse the repository at this point in the history
TESTING=manual
  • Loading branch information
prm-dan committed Jan 11, 2021
1 parent 1b5e75b commit e6a4c73
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .releaserc.js
@@ -0,0 +1,10 @@
module.exports = {
branch: 'main',
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/changelog',
['@semantic-release/git', {assests: ['changelog.md']}],
'@semantic-release/npm',
'@semantic-release/release-notes-generator',
],
};

0 comments on commit e6a4c73

Please sign in to comment.