Bugfix in the release documentation
This commit is contained in:
@@ -22,7 +22,8 @@ already published through the normal branch workflow.
|
|||||||
From the Promptkit repository root, verify the checkout:
|
From the Promptkit repository root, verify the checkout:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
test -z "$(go env GOWORK)"
|
gowork=$(go env GOWORK)
|
||||||
|
test -z "$gowork" || test "$gowork" = off
|
||||||
test -z "$(git status --short)"
|
test -z "$(git status --short)"
|
||||||
git fetch --tags origin
|
git fetch --tags origin
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user