Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (12 loc) · 507 Bytes

MANUAL_PUBLISH.md

File metadata and controls

13 lines (12 loc) · 507 Bytes

How to do manual publish

  • Update the submodule /lens-api-examples
  • Update /api/*.lens-api.schema.graphql from https://api.lens.dev and https://api-mumbai.lens.dev
  • Implement things you want
  • Build with ./scripts/build-only.sh and test required /packages with /examples
  • Commit and push changes for the lib and the submodule
  • Update:
    • CHANGELOG.md
    • /packages/* README's Last Update
  • Publish in order:
    • ./scripts/publish-testnet.sh
    • ./scripts/publish-mainnet.sh