This deletes the bulk of the `codex-cli` folder and eliminates the logic that builds the TypeScript code and bundles it into the release. Since this PR modifies `.github/workflows/rust-release.yml`, to test changes to the release process, I locally commented out all of the "is this commit on upstream `main`" checks in `scripts/create_github_release.sh` and ran: ``` ./codex-rs/scripts/create_github_release.sh 0.20.0-alpha.4 ``` Which kicked off: https://github.com/openai/codex/actions/runs/16842085113 And the release artifacts appear legit! https://github.com/openai/codex/releases/tag/rust-v0.20.0-alpha.4
30 lines
498 B
YAML
30 lines
498 B
YAML
lockfileVersion: '9.0'
|
|
|
|
settings:
|
|
autoInstallPeers: true
|
|
excludeLinksFromLockfile: false
|
|
|
|
overrides:
|
|
braces: ^3.0.3
|
|
micromatch: ^4.0.8
|
|
semver: ^7.7.1
|
|
|
|
importers:
|
|
|
|
.:
|
|
devDependencies:
|
|
prettier:
|
|
specifier: ^3.5.3
|
|
version: 3.5.3
|
|
|
|
packages:
|
|
|
|
prettier@3.5.3:
|
|
resolution: {integrity: sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==}
|
|
engines: {node: '>=14'}
|
|
hasBin: true
|
|
|
|
snapshots:
|
|
|
|
prettier@3.5.3: {}
|