Skip to content

Commit e3aad17

Browse files
committed
changelog: fix v0.17.0.md
1 parent 44a4609 commit e3aad17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.changes/v0.17.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
- submit: Add 'spice.submit.updateOnly' configuration option to default to --update-only for upstack, downstack, and stack submit operations.
44
- submit: Add 'spice.submit.template' configuration option to automatically select a template when multiple PR templates are available.
55
- repo sync: Add 'spice.repoSync.closedChanges' configuration option to control how git-spice handles closed change requests.
6-
- branch checkout: Allow checkout out remote branches by name. This will create a local branch and allow git-spice to start tracking it.
6+
- branch checkout: Allow checking out remote branches by name. This will create a local branch and allow git-spice to start tracking it.
77
### Changed
88
- branch checkout: With --detach, prompt now allows selecting any branch, including those checked out in other worktrees.
99
### Fixed
1010
- submit: If a pre-push hook fails, surface messages printed to stdout in the error.
11-
- restack: Fix issue where restack opreations would leave the target branch checked out instead of the previously checked out branch, even when no restack operations were performed.
11+
- restack: Fix issue where restack operations would leave the target branch checked out instead of the previously checked out branch, even when no restack operations were performed.

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
1010
- submit: Add 'spice.submit.updateOnly' configuration option to default to --update-only for upstack, downstack, and stack submit operations.
1111
- submit: Add 'spice.submit.template' configuration option to automatically select a template when multiple PR templates are available.
1212
- repo sync: Add 'spice.repoSync.closedChanges' configuration option to control how git-spice handles closed change requests.
13-
- branch checkout: Allow checkout out remote branches by name. This will create a local branch and allow git-spice to start tracking it.
13+
- branch checkout: Allow checking out remote branches by name. This will create a local branch and allow git-spice to start tracking it.
1414
### Changed
1515
- branch checkout: With --detach, prompt now allows selecting any branch, including those checked out in other worktrees.
1616
### Fixed
1717
- submit: If a pre-push hook fails, surface messages printed to stdout in the error.
18-
- restack: Fix issue where restack opreations would leave the target branch checked out instead of the previously checked out branch, even when no restack operations were performed.
18+
- restack: Fix issue where restack operations would leave the target branch checked out instead of the previously checked out branch, even when no restack operations were performed.
1919

2020
## <a name="v0.16.1">v0.16.1</a> - 2025-08-08
2121
### Fixed

0 commit comments

Comments
 (0)