Skip to content

Commit

Permalink
ci(release): fix missing semantic-release config
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson6e65 committed Oct 11, 2023
1 parent e5cf21a commit 7bed67a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions release.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/**
* @type {import('semantic-release').GlobalConfig}
*/
module.exports = {
branches: [
{
name: 'main',
},
],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/npm',
['@semantic-release/github', {}],
],
};

0 comments on commit 7bed67a

Please sign in to comment.