File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed
Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -242,14 +242,14 @@ jobs:
242242 mv dist/demo-empty/emulator/*.tgz dist/demo-empty/emulator/sample-empty.tgz
243243 mv dist/siteless/emulator/*.tgz dist/siteless/emulator/siteless.tgz
244244
245- # - name: Release Emulator Packages
246- # run: |
247- # npm install -g npm@latest
248- # npm publish dist/demo-cross/emulator/sample-cross-fx.tgz --tag latest --provenance
249- # npm publish dist/demo-full/emulator/sample-full.tgz --tag latest --provenance
250- # npm publish dist/demo-minimal/emulator/sample-minimal.tgz --tag latest --provenance
251- # npm publish dist/demo-empty/emulator/sample-empty.tgz --tag latest --provenance
252- # npm publish dist/siteless/emulator/siteless.tgz --tag latest --provenance
245+ - name : Release Emulator Packages
246+ run : |
247+ npm install -g npm@latest
248+ npm publish dist/demo-cross/emulator/sample-cross-fx.tgz --tag latest --provenance
249+ npm publish dist/demo-full/emulator/sample-full.tgz --tag latest --provenance
250+ npm publish dist/demo-minimal/emulator/sample-minimal.tgz --tag latest --provenance
251+ npm publish dist/demo-empty/emulator/sample-empty.tgz --tag latest --provenance
252+ npm publish dist/siteless/emulator/siteless.tgz --tag latest --provenance
253253
254254 - name : Update Branches
255255 run : |
Original file line number Diff line number Diff line change 11# Piral Changelog
22
3+ ## 1.10.2 (tbd)
4+
5+ - Improved release pipeline
6+
37## 1.10.1 (February 26, 2026)
48
59- Improved trusted publishing
Original file line number Diff line number Diff line change 4646 "ci:docs" : " yarn docgen && yarn build:docs && yarn ci:copy-docs && git checkout -- ." ,
4747 "ci:canary" : " lerna publish $(yarn --silent ci:version)-alpha.$BUILD_BUILDID --exact --yes --force-publish --no-git-tag-version --no-push --dist-tag canary && git checkout -- ." ,
4848 "ci:prerelease" : " lerna publish $(yarn --silent ci:version)-beta.$BUILD_BUILDID --exact --yes --force-publish --no-git-tag-version --no-push --dist-tag next && git checkout -- ." ,
49- "ci:release" : " lerna publish $(yarn --silent ci:version) --yes --force-publish --skip-npm -- no-push --message '[skip ci] publish %s'"
49+ "ci:release" : " lerna publish $(yarn --silent ci:version) --yes --force-publish --no-push --message '[skip ci] publish %s'"
5050 },
5151 "devDependencies" : {
5252 "@jsenv/file-size-impact" : " 14.3.33" ,
You can’t perform that action at this time.
0 commit comments