Skip to content

Commit

Permalink
Merge pull request #477 from opzkit/update-release-type-to-node
Browse files Browse the repository at this point in the history
fix: change release type from node-module to node
  • Loading branch information
argoyle authored Jan 10, 2025
2 parents d502570 + 349b072 commit 0da7a8a
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 @@ -2,7 +2,7 @@
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node-module",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
Expand Down

0 comments on commit 0da7a8a

Please sign in to comment.