docs(changelog): update install command to @openai/codex@<version> (#2073)
# What Updates the install command in the changelog template (`cliff.toml`) from ``` npm install -g codex@version ``` to ``` npm install -g @openai/codex@<version> ``` # Why The current command is incorrect, it tries installs the old “codex” static site generator rather than the OpenAI Codex CLI. # How Edited only the header string in `cliff.toml` to point to @openai/codex@<version>. No changelog regeneration or other files touched. Fixes #2059 Co-authored-by: Thibault Sottiaux <tibo@openai.com>
This commit is contained in:
parent
98c6dfa537
commit
a182c1315c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
header = """
|
header = """
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
You can install any of these versions: `npm install -g codex@version`
|
You can install any of these versions: `npm install -g @openai/codex@<version>`
|
||||||
"""
|
"""
|
||||||
|
|
||||||
body = """
|
body = """
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue