Skip to content

Commit

Permalink
Merge pull request #40 from aviarytech/publish-package
Browse files Browse the repository at this point in the history
fix: releaserc.js file to module
  • Loading branch information
brianorwhatever authored Jan 24, 2025
2 parents dbab042 + e750e7a commit b617cb3
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 b617cb3

Please sign in to comment.