Skip to content

Commit

Permalink
fix: change release type from node-module to node
Browse files Browse the repository at this point in the history
Updates the release type in the configuration to align with the 
current project structure and ensure proper versioning behavior.
  • Loading branch information
argoyle committed Jan 10, 2025
1 parent d502570 commit 349b072
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 349b072

Please sign in to comment.