Skip to content

Commit f140aa8

Browse files
committed
chore: add standard-version and release script
This commit adds the `standard-version` module for managing releases. When running `npm run release` the following steps are taken. 1. Retreive the current version of your repository by looking at package.json. 2. Bump the version in package.json based on the commits. 3. Prepends to the CHANGELOG based on the commits (uses conventional-changelog under the hood). 4. Create a new commit including the package.json and updated CHANGELOG. 5. Create a new tag with the new version number. This works best if all commits follow the Conventional Commits specification. https://www.conventionalcommits.org/en/v1.0.0/ Fixes: #56 Signed-off-by: Lance Ball <[email protected]>
1 parent bb9b211 commit f140aa8

File tree

2 files changed

+1636
-76
lines changed

2 files changed

+1636
-76
lines changed

0 commit comments

Comments
 (0)