Commit e3a1b49
committed
docs(release): make the runbook smoke-test command cross-shell
The step-4 lerna version command used a bash-only backslash continuation and
$(git branch --show-current), which fail in PowerShell/cmd. Use a single-line
command with --allow-branch "*" (quoted so bash doesn't glob-expand it) so it
runs identically in PowerShell, cmd, bash, and zsh. Also scope the cleanup to
'git checkout -- packages' so it only discards lerna's version writes.1 parent b90ce7a commit e3a1b49
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | | - | |
143 | | - | |
144 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
0 commit comments