Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit e2e7ad6

Browse files
authored
feat: changelog (#112)
1 parent 167ed5b commit e2e7ad6

File tree

2 files changed

+539
-28
lines changed

2 files changed

+539
-28
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@
4949
"play": "nr -C playground dev",
5050
"stub": "unbuild --stub",
5151
"lint": "eslint .",
52+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
5253
"prepublishOnly": "npm run build",
53-
"release": "bumpp && npm publish",
54+
"release": "bumpp && nr changelog && npm publish",
5455
"dep:up": "taze -I major"
5556
},
5657
"peerDependencies": {
@@ -93,6 +94,7 @@
9394
"bumpp": "^9.1.1",
9495
"codemirror": "^6.0.1",
9596
"codemirror-theme-vars": "^0.1.2",
97+
"conventional-changelog-cli": "^3.0.0",
9698
"dayjs": "^1.11.9",
9799
"eslint": "8.44.0",
98100
"fast-glob": "^3.3.0",

0 commit comments

Comments
 (0)