Skip to content

Commit 6068954

Browse files
authored
build: changelog generator (#6)
1 parent ad96c74 commit 6068954

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

package-lock.json

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"build": "npm run build:clean; npm run test:types; pkgroll",
2323
"build:clean": "rm -rf dist",
2424
"build:watch": "npm run build -- --watch",
25+
"release": "changelog --non-cc --link-url https://github.com/patternfly/patternfly-mcp.git",
2526
"start": "node dist/index.js",
2627
"start:dev": "tsx watch src/index.ts",
2728
"test": "export NODE_ENV=local; npm run test:lint && npm run test:types && jest --roots=src/",
@@ -55,6 +56,7 @@
5556
"@types/node": "^22.0.0",
5657
"@typescript-eslint/eslint-plugin": "^8.46.1",
5758
"@typescript-eslint/parser": "^8.46.1",
59+
"changelog-light": "^3.0.3",
5860
"eslint": "^9.37.0",
5961
"jest": "^30.2.0",
6062
"pkgroll": "^2.18.0",

0 commit comments

Comments
 (0)