Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.19 KB

RELEASES.md

File metadata and controls

15 lines (10 loc) · 1.19 KB

Releases

Our Github actions workflow ./.github/workflows/stable-npm-release.yml and ./.github/workflows/validation.yml will manage the releases. New "Next Release" pull requests will be opened when there are new fresh commits in dev. Once those new commits are delivered to main. A stable NPM release will be made and shipped.

Lerna will use the Conventional Commits Specification to determine the version bump and generate CHANGELOG.md files.

Helpful Commit Message Guide

A example commit message for a "patch" change such as changing a color value, "fix(colors): brand blue changed WPDS-001".

Type Change Reasoning
fix patch token values change
feat minor new tokens added
BREAKING CHANGE major token names changed/tokens deleted