Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 545 Bytes

File metadata and controls

28 lines (20 loc) · 545 Bytes

Contributing to @satoshai/abi-cli

Development

pnpm install
pnpm build
pnpm test

Commit Convention

This project uses Conventional Commits.

feat: add new feature
fix: fix a bug
docs: documentation changes
chore: maintenance tasks

Releasing

This project uses Changesets for versioning.

  1. Run pnpm changeset to create a changeset
  2. Commit and push
  3. The release workflow will create a release PR or publish automatically