Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion scripts/x.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ program
'--no-git-push', // Do not push generated commit and tags to git remote
'--no-git-tag', // Do not tag versions in git, we will tag them in `crate-publish`
'--force',
'rspack*', // Always include targeted crates matched by glob even when there are no changes
'*', // Published crates share `[workspace.package].version`; include them all so `[workspace.dependencies]` exact pins stay in sync
'--yes', // Skip confirmation prompt
bump, // Bump type
];
Expand Down
Loading