Skip to content

Commit

Permalink
fix: release config (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
krshnpatel committed Sep 29, 2023
1 parent 538bca6 commit 33a2b4f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/**
* @type {import('semantic-release').GlobalConfig}
*/

const config = {
branches: ['main'],
};

export default config;

0 comments on commit 33a2b4f

Please sign in to comment.