-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: simplify release workflow by changesets #537
Conversation
- lumos dependencies and modules are really a bit much - contributors often depend on yarn's auto-hoist to cause some module to not be installed correctlly
the docker is no longer needed
# Conflicts: # packages/ckb-indexer/package.json # packages/common-scripts/package.json # packages/debugger/package.json # packages/e2e-test/package.json # packages/experiment-tx-assembler/package.json # packages/hd-cache/package.json # packages/helpers/package.json # packages/transaction-manager/package.json
# Conflicts: # packages/ckb-indexer/package.json # packages/common-scripts/package.json # packages/debugger/package.json # packages/e2e-test/package.json # packages/experiment-tx-assembler/package.json # packages/hd-cache/package.json # packages/helpers/package.json # packages/transaction-manager/package.json # website/package.json
# Conflicts: # examples/cardano-lock-namiwallet/package.json # examples/exchange-sudt-for-ckb/package.json # examples/misc/package.json # examples/omni-lock-metamask/package.json # examples/omni-lock-secp256k1-blake160/package.json # examples/pnpm-lock.yaml # examples/pw-lock-metamask/package.json # examples/secp256k1-multisig-transfer/package.json # packages/runner/package.json # pnpm-lock.yaml # website/package.json
@homura is attempting to deploy a commit to the Magickbase Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## develop #537 +/- ##
========================================
Coverage 86.35% 86.35%
========================================
Files 114 114
Lines 22917 22917
Branches 2310 2310
========================================
Hits 19790 19790
Misses 3084 3084
Partials 43 43 Continue to review full report in Codecov by Sentry.
|
# Conflicts: # .github/workflows/publish.yml # .gitignore # DEVELOPMENT.md # examples/cardano-lock-namiwallet/package.json # examples/exchange-sudt-for-ckb/package.json # examples/misc/package.json # examples/omni-lock-metamask/package.json # examples/omni-lock-secp256k1-blake160/package.json # examples/pnpm-lock.yaml # examples/pw-lock-metamask/package.json # examples/secp256k1-multisig-transfer/package.json # package.json # packages/bi/package.json # packages/ckb-indexer/package.json # packages/codec/package.json # packages/common-scripts/package.json # packages/config-manager/package.json # packages/debugger/package.json # packages/experiment-tx-assembler/package.json # packages/hd-cache/package.json # packages/hd/package.json # packages/helpers/package.json # packages/light-client/package.json # packages/lumos/package.json # packages/molecule/package.json # packages/rpc/package.json # packages/runner/package.json # packages/testkit/package.json # packages/transaction-manager/package.json # packages/utils/package.json # pnpm-lock.yaml # pnpm-workspace.yaml # website/package.json
This PR resolves #530, in short, this PR for
0.0.0-canary-{git_sha_short}-{datetime}
will be tagged ascanary
and released on npm registrypre
mode fornext
releaseAnd this PR depends on #524, we need to merge it at first
Demo