You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
standard-version does the following:
1. bumps the version in metadata files (package.json, composer.json, etc).
2. uses conventional-changelog to update CHANGELOG.md
3. commits package.json (et al.) and CHANGELOG.md
4. tags a new release
Added `release` script in package.json: `npm run release`
standard-version does the following:
Our commits would need to follow the Conventional Commits Spec.
Following these conventions would allow us to auto generate CHANGELOG.md based on our commits.
The text was updated successfully, but these errors were encountered: