Skip to content

Commit

Permalink
fix: releaserc.js file to module
Browse files Browse the repository at this point in the history
  • Loading branch information
brianorwhatever committed Jan 24, 2025
1 parent ce39b9b commit e750e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
branches: ['master'],
export default {
branches: ['main'],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
Expand Down

0 comments on commit e750e7a

Please sign in to comment.