File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' @qraft/asyncapi-plugin ' : patch
3+ ' @qraft/asyncapi-typescript-plugin ' : patch
4+ ' @qraft/cli ' : patch
5+ ' @qraft/cli-utils ' : patch
6+ ---
7+
8+ Align release pipeline with the new publishable package set.
Original file line number Diff line number Diff line change 3939 run : yarn install --immutable
4040
4141 - name : Build
42- run : yarn build --filter "@openapi-qraft/*" --filter "@qraft/*" --force
42+ run : yarn build:publishable
4343
4444 - name : Remove Verdaccio Storage
4545 run : rm -rf e2e/verdaccio-storage
Original file line number Diff line number Diff line change 3030 run : yarn install --immutable
3131
3232 - name : Build
33- run : yarn build --filter "@openapi-qraft/*" --force
33+ run : yarn build:publishable
3434
3535 - name : Create dummy npmrc # Prevent creation of '.npmrc' by 'changesets-gitlab' with the 'NPM_TOKEN'
3636 run : touch ".npmrc"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Ensure you have a NPM account and this account is added to the `@openapi-qraft`
25251 . Login to NPM: ` yarn npm login --scope openapi-qraft `
26262 . Create new branch ` packages-version-update(-<version>) ` from the ` main ` branch.
27273 . Run ` yarn install --immutable `
28- 4 . Run ` yarn build ` to validate that packages are building correctly.
28+ 4 . Run ` yarn build:publishable ` to validate that publishable packages are building correctly.
29295 . Run Changesets versioning:
3030 ``` bash
3131 .changeset/version.sh
@@ -34,7 +34,7 @@ Ensure you have a NPM account and this account is added to the `@openapi-qraft`
3434 and create a new Merge Request into ` main ` .
3535 Review it and merge.
36367 . Checkout ` main ` branch
37- 8 . Run ` yarn build ` to rebuild packages with the updated versions.
37+ 8 . Run ` yarn build:publishable ` to rebuild publishable packages with the updated versions.
38389 . Run command below and answer <kbd >Y</kbd >:
3939 ``` bash
4040 .changeset/publish.sh
Original file line number Diff line number Diff line change 44 "type" : " module" ,
55 "scripts" : {
66 "build" : " turbo run build" ,
7+ "build:publishable" : " turbo run build --filter '@openapi-qraft/*' --filter '@qraft/*' --force" ,
78 "dev" : " turbo run dev" ,
89 "dev:qraft" : " turbo run dev --filter '@openapi-qraft/*' --filter '@qraft/*'" ,
910 "test" : " turbo run test --continue --output-logs=new-only" ,
You can’t perform that action at this time.
0 commit comments