Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"bootstrap-sha": "64eadd1b615997440ab4a246b941a24d13abd220",
"release-as": "patch",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Adding release-as: "patch" to the root of the configuration will force all future releases for all packages to be patch releases. This overrides the automatic version bumping based on Conventional Commit messages (e.g., feat: for minor, fix: for patch, BREAKING CHANGE for major).

If this is intended for a one-time patch release, this change should not be merged into the main branch. Instead, the release-as parameter should be provided directly to the release-please action or command for that specific run, which avoids permanently altering the release behavior.

Leaving this in the configuration will prevent automatic minor and major version bumps. Is this the intended long-term behavior?

"separate-pull-requests": true,
"plugins": ["node-workspace"],
"packages": {
Expand Down