Skip to content

Commit

Permalink
Release http specs alpha4 (#5303)
Browse files Browse the repository at this point in the history
Releasing the changes related to PR
#5217.

Please review and approve the PR. Thanks
  • Loading branch information
sarangan12 authored Dec 9, 2024
1 parent 55f313e commit c4b26ab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .chronus/changes/ReleaseHttpSpecsAlpha4-2024-11-8-23-14-16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: internal
packages:
- "@typespec/http-specs"
---

Modifies Spec Scenarios
4 changes: 4 additions & 0 deletions packages/http-specs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @typespec/http-specs

## 0.1.0-alpha.4

- Update Versioning/Removed Project And Removed Type/Model/Templated. Please refer [PR #5217](https://github.com/microsoft/typespec/pull/5217) for further details.

## 0.1.0-alpha.3

- Create coverages container if not existing
Expand Down
4 changes: 2 additions & 2 deletions packages/http-specs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typespec/http-specs",
"version": "0.1.0-alpha.3",
"version": "0.1.0-alpha.4",
"description": "Spec scenarios and mock apis",
"main": "dist/index.js",
"type": "module",
Expand All @@ -13,7 +13,7 @@
"generate-scenarios-summary": "tsp-spector generate-scenarios-summary ./specs",
"regen-docs": "pnpm generate-scenarios-summary",
"upload-manifest": "tsp-spector upload-manifest ./specs --setName @typespec/http-specs --containerName manifests-typespec --storageAccountName typespec",
"upload-coverage": "tsp-spector upload-coverage --generatorName @typespec/http-specs --generatorVersion 0.1.0-alpha.3 --containerName coverages --generatorMode standard --storageAccountName typespec",
"upload-coverage": "tsp-spector upload-coverage --generatorName @typespec/http-specs --generatorVersion 0.1.0-alpha.4 --containerName coverages --generatorMode standard --storageAccountName typespec",
"validate-mock-apis": "tsp-spector validate-mock-apis ./specs",
"check-scenario-coverage": "tsp-spector check-coverage ./specs",
"validate-client-server": "concurrently \"tsp-spector server start ./specs\" \"npm run client\" && tsp-spector server stop",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const GeneratorInformation: FunctionComponent<GeneratorInformationProps>
valueTitle={report.createdAt}
/>
<InfoEntry
label="Cadl Ranch Spec version"
label="Spec version"
caption="This is the version of the spec package used to create this report"
value={report.scenariosMetadata.version}
/>
Expand Down

0 comments on commit c4b26ab

Please sign in to comment.