@ioredis/interface-generator
v1.4.0
Published
Generate interface for ioredis
Keywords
Readme
interface-generator
Generate interface for ioredis
Publishing
Publishing is handled by the Publish GitHub Actions workflow.
- Go to Actions > Publish > Run workflow.
- Run it from the
mainbranch. - Choose the SemVer bump:
patchfor backwards-compatible bug fixes.minorfor backwards-compatible features.majorfor breaking changes.
The workflow bumps package.json and package-lock.json, creates a
Conventional Commit release commit, publishes to npm with the NPM_TOKEN
secret, and pushes the release commit and tag back to GitHub.
