Skip to content

Commit 546c312

Browse files
authored
Update emitter-package-update skill: align openai-typespec with spec repo (#45124)
1 parent 380b5a4 commit 546c312

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • .github/skills/emitter-package-update

.github/skills/emitter-package-update/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ Apply the version update:
6363
npx npm-check-updates --packageFile eng/emitter-package.json -u
6464
```
6565

66+
Align `@azure-tools/openai-typespec` with the version pinned in [azure-rest-api-specs/package.json](https://github.com/Azure/azure-rest-api-specs/blob/main/package.json) to ensure consistency between the emitter and the spec repo. Check the spec repo's version and update `eng/emitter-package.json` accordingly (e.g., set `"@azure-tools/openai-typespec": "1.8.0"` to match).
67+
6668
Regenerate the lock file:
6769

6870
```bash

0 commit comments

Comments
 (0)