Shared workout schemas, types and utilities used by RDR and benchmarking tools.
This repo publishes from GitHub Actions when a new version is released.
- Run checks locally:
npm cinpm run release:check
- Bump version and create a tag:
npm version patch(orminor/major)
- Update the
CHANGELOG.md - Open a PR with the changes and merge
- Create a new release
- Tag version
vX.Y.Z - Release title
Workouts vX.Y.Z - Paste the content from
CHANGELOG.mdinto the description
The publish.yml workflow will automatically publish the new version to npm upon new release publish.