Skip to content

Commit

Permalink
ci(release): add config file (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Jai Govindani <jai@honestbank.com>
  • Loading branch information
jai authored Nov 7, 2021
1 parent 6de5a5a commit 69a63c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
branches: [{ name: 'main' }],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
};

0 comments on commit 69a63c9

Please sign in to comment.