Skip to content

Commit

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

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

export default config;

0 comments on commit 5a8d157

Please sign in to comment.