Skip to content

Commit

Permalink
build: add release config to browser-nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
SomethingSexy committed Nov 19, 2024
1 parent a08524e commit ce18c23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/browser-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"release": "npx semantic-release",
"test": "exit 0"
},
"release": {
"branches": [
"master"
],
"extends": "semantic-release-monorepo"
},
"dependencies": {
"next": "^15.0.3",
"react": "^18.3.1",
Expand Down

0 comments on commit ce18c23

Please sign in to comment.