mirror of
https://github.com/github/spec-kit
synced 2026-06-21 13:51:39 +00:00
fix: quote version specifier in release notes install command
uv tool install accepts PEP 508 specifiers when quoted. Add quotes around 'specify-cli==VERSION' so users can copy-paste directly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -68,7 +68,7 @@ jobs:
|
||||
From [PyPI](https://pypi.org/project/specify-cli/):
|
||||
|
||||
\`\`\`bash
|
||||
uv tool install specify-cli==${VERSION_NO_V}
|
||||
uv tool install 'specify-cli==${VERSION_NO_V}'
|
||||
specify init my-project
|
||||
\`\`\`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user