Skip to content

Commit

Permalink
ci(repo): add semantic-release-monorepo to plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Aug 22, 2024
1 parent 4c1ae56 commit 6c5f989
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
const release = {
branches: ["main"],
extends: "semantic-release-monorepo",
plugins: [
"semantic-release-monorepo", // This WON'T work
],
};

export default release;

0 comments on commit 6c5f989

Please sign in to comment.