feat: Add prerelease script to generate fresh changelog
* skip changelog updates from being listed in changelog.md file
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
"docs:build": "yarn --cwd docs build",
|
||||
"build": "yarn --cwd package build",
|
||||
"postbuild": "yarn typedoc",
|
||||
"prerelease": "git-cliff --output CHANGELOG.md && git add CHANGELOG.md && git commit -m \"chore: Update CHANGELOG.md\"",
|
||||
"release": "yarn --cwd package np",
|
||||
"test": "yarn --cwd tests test",
|
||||
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
|
||||
|
||||
Reference in New Issue
Block a user