Skip to content

Commit

Permalink
chore: remove pre-release mode from npm 11 and workspaces (npm#7970)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored Dec 9, 2024
1 parent 8a911da commit 687ab12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"workspaces/libnpmteam": {},
"workspaces/libnpmversion": {}
},
"prerelease": true,
"prerelease": false,
"group-pull-request-title-pattern": "chore: release ${version}",
"pull-request-title-pattern": "chore: release${component} ${version}",
"prerelease-type": "pre.0"
Expand Down

0 comments on commit 687ab12

Please sign in to comment.