Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 312 Bytes

MAINTAINERS_GUIDE.md

File metadata and controls

15 lines (10 loc) · 312 Bytes

To release, bump the version in package.json manually, push the commit to let the CI pipeline check the code.

Then build the latest version of the package:

pnpm build

Finally, publish the package to npm:

pnpm publish

Then go on GitHub and create a release and write the changelog.