You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- submit: Add --reviewer flag and 'spice.submit.reviewers' configuration option to request reviews from specific users or teams upon CR submission.
20
+
- submit: Add --assign flag and 'spice.submit.assignees' configuration option to assign CRs to users upon submission.
21
+
- Branch selection prompt now supports pressing <kbd>Ctrl</kbd>+<kbd>U</kbd> to clear the search filter.
22
+
23
+
### Fixed
24
+
- submit: --dry-run now reports which labels will be added to existing CRs upon submission.
25
+
- branch submit: Check if the Git configuration prevents pushed branches from being tracked, which would leave those branches in a state where follow-up submits are not possible.
26
+
- branch submit: Fix panic when updating CRs that have no upstream branch configured.
- submit: Add --reviewer flag and 'spice.submit.reviewers' configuration option to request reviews from specific users or teams upon CR submission.
27
+
- submit: Add --assign flag and 'spice.submit.assignees' configuration option to assign CRs to users upon submission.
28
+
- Branch selection prompt now supports pressing <kbd>Ctrl</kbd>+<kbd>U</kbd> to clear the search filter.
29
+
30
+
### Fixed
31
+
- submit: --dry-run now reports which labels will be added to existing CRs upon submission.
32
+
- branch submit: Check if the Git configuration prevents pushed branches from being tracked, which would leave those branches in a state where follow-up submits are not possible.
33
+
- branch submit: Fix panic when updating CRs that have no upstream branch configured.
34
+
8
35
## <aname="v0.20.2">v0.20.2</a> - 2025-11-20
9
36
### Fixed
10
37
- submit: Fix draft prompt being skipped for branches after the first one when submitting a stack interactively
Copy file name to clipboardExpand all lines: doc/includes/cli-reference.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,8 +265,8 @@ only if there are multiple CRs in the stack.
265
265
*`--no-verify`: Bypass pre-push hooks when pushing to the remote. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag:{ title="Released in version" }</span><spanclass="mdx-badge__text">[v0.15.0](/changelog.md#v0.15.0)</span>
266
266
*`-u`, `--[no-]update-only`: Only update existing change requests, do not create new ones
267
267
*`-l`, `--label=LABEL,...`: Add labels to the change request. Pass multiple times or separate with commas.
268
-
*`-r`, `--reviewer=REVIEWER,...`: Add reviewers to the change request. Pass multiple times or separate with commas. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag-hidden:{ title="Released in version" }</span><spanclass="mdx-badge__text">Unreleased</span>
269
-
*`-a`, `--assign=ASSIGNEE,...`: Assign the change request to these users. Pass multiple times or separate with commas. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag-hidden:{ title="Released in version" }</span><spanclass="mdx-badge__text">Unreleased</span>
268
+
*`-r`, `--reviewer=REVIEWER,...`: Add reviewers to the change request. Pass multiple times or separate with commas. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag:{ title="Released in version" }</span><spanclass="mdx-badge__text">[v0.21.0](/changelog.md#v0.21.0)</span>
269
+
*`-a`, `--assign=ASSIGNEE,...`: Assign the change request to these users. Pass multiple times or separate with commas. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag:{ title="Released in version" }</span><spanclass="mdx-badge__text">[v0.21.0](/changelog.md#v0.21.0)</span>
@@ -387,8 +387,8 @@ only if there are multiple CRs in the stack.
387
387
*`--no-verify`: Bypass pre-push hooks when pushing to the remote. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag:{ title="Released in version" }</span><spanclass="mdx-badge__text">[v0.15.0](/changelog.md#v0.15.0)</span>
388
388
*`-u`, `--[no-]update-only`: Only update existing change requests, do not create new ones
389
389
*`-l`, `--label=LABEL,...`: Add labels to the change request. Pass multiple times or separate with commas.
390
-
*`-r`, `--reviewer=REVIEWER,...`: Add reviewers to the change request. Pass multiple times or separate with commas. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag-hidden:{ title="Released in version" }</span><spanclass="mdx-badge__text">Unreleased</span>
391
-
*`-a`, `--assign=ASSIGNEE,...`: Assign the change request to these users. Pass multiple times or separate with commas. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag-hidden:{ title="Released in version" }</span><spanclass="mdx-badge__text">Unreleased</span>
390
+
*`-r`, `--reviewer=REVIEWER,...`: Add reviewers to the change request. Pass multiple times or separate with commas. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag:{ title="Released in version" }</span><spanclass="mdx-badge__text">[v0.21.0](/changelog.md#v0.21.0)</span>
391
+
*`-a`, `--assign=ASSIGNEE,...`: Assign the change request to these users. Pass multiple times or separate with commas. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag:{ title="Released in version" }</span><spanclass="mdx-badge__text">[v0.21.0](/changelog.md#v0.21.0)</span>
392
392
*`--no-web`: Alias for --web=false.
393
393
*`--branch=NAME`: Branch to start at
394
394
@@ -542,8 +542,8 @@ only if there are multiple CRs in the stack.
542
542
*`--no-verify`: Bypass pre-push hooks when pushing to the remote. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag:{ title="Released in version" }</span><spanclass="mdx-badge__text">[v0.15.0](/changelog.md#v0.15.0)</span>
543
543
*`-u`, `--[no-]update-only`: Only update existing change requests, do not create new ones
544
544
*`-l`, `--label=LABEL,...`: Add labels to the change request. Pass multiple times or separate with commas.
545
-
*`-r`, `--reviewer=REVIEWER,...`: Add reviewers to the change request. Pass multiple times or separate with commas. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag-hidden:{ title="Released in version" }</span><spanclass="mdx-badge__text">Unreleased</span>
546
-
*`-a`, `--assign=ASSIGNEE,...`: Assign the change request to these users. Pass multiple times or separate with commas. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag-hidden:{ title="Released in version" }</span><spanclass="mdx-badge__text">Unreleased</span>
545
+
*`-r`, `--reviewer=REVIEWER,...`: Add reviewers to the change request. Pass multiple times or separate with commas. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag:{ title="Released in version" }</span><spanclass="mdx-badge__text">[v0.21.0](/changelog.md#v0.21.0)</span>
546
+
*`-a`, `--assign=ASSIGNEE,...`: Assign the change request to these users. Pass multiple times or separate with commas. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag:{ title="Released in version" }</span><spanclass="mdx-badge__text">[v0.21.0](/changelog.md#v0.21.0)</span>
547
547
*`--no-web`: Alias for --web=false.
548
548
*`--branch=NAME`: Branch to start at
549
549
@@ -997,8 +997,8 @@ only if there are multiple CRs in the stack.
997
997
*`--no-verify`: Bypass pre-push hooks when pushing to the remote. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag:{ title="Released in version" }</span><spanclass="mdx-badge__text">[v0.15.0](/changelog.md#v0.15.0)</span>
998
998
*`-u`, `--[no-]update-only`: Only update existing change requests, do not create new ones
999
999
*`-l`, `--label=LABEL,...`: Add labels to the change request. Pass multiple times or separate with commas.
1000
-
*`-r`, `--reviewer=REVIEWER,...`: Add reviewers to the change request. Pass multiple times or separate with commas. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag-hidden:{ title="Released in version" }</span><spanclass="mdx-badge__text">Unreleased</span>
1001
-
*`-a`, `--assign=ASSIGNEE,...`: Assign the change request to these users. Pass multiple times or separate with commas. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag-hidden:{ title="Released in version" }</span><spanclass="mdx-badge__text">Unreleased</span>
1000
+
*`-r`, `--reviewer=REVIEWER,...`: Add reviewers to the change request. Pass multiple times or separate with commas. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag:{ title="Released in version" }</span><spanclass="mdx-badge__text">[v0.21.0](/changelog.md#v0.21.0)</span>
1001
+
*`-a`, `--assign=ASSIGNEE,...`: Assign the change request to these users. Pass multiple times or separate with commas. <spanclass="mdx-badge"><spanclass="mdx-badge__icon">:material-tag:{ title="Released in version" }</span><spanclass="mdx-badge__text">[v0.21.0](/changelog.md#v0.21.0)</span>
0 commit comments