Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 493 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 493 Bytes

zod-extras

Adds additional functionality on top of zod framework.

See docs for instructions on how to use.

Contributing

In order to make a new release, please follow these steps.

  1. Make changes and open a pull request.
  2. Apply proper labels to pull request;
  • Add one of major, minor or patch according to semver to trigger a release.
  • Or add skip-release label to avoid release when merging pull request.
  1. Merge pull request.
  2. Done.