@racedayready/workouts
v0.1.9
Published
Workout schemas, types and utilities.
Downloads
1,112
Readme
@racedayready/workouts
Shared workout schemas, types and utilities used by RDR and benchmarking tools.
Releasing
This repo publishes from GitHub Actions when a new version is released.
Release steps
- 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.
