Skip to content

Commit 447f540

Browse files
committed
chore: add semantic-release plugins for changelog and git integration
1 parent 606e813 commit 447f540

File tree

3 files changed

+172
-6
lines changed

3 files changed

+172
-6
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
"reflect-metadata": "^0.2.2"
4545
},
4646
"devDependencies": {
47+
"@semantic-release/changelog": "^6.0.3",
48+
"@semantic-release/commit-analyzer": "^13.0.1",
49+
"@semantic-release/git": "^10.0.1",
50+
"@semantic-release/github": "^11.0.1",
51+
"@semantic-release/npm": "^12.0.1",
52+
"@semantic-release/release-notes-generator": "^14.0.3",
4753
"@swc/core": "^1.11.5",
4854
"@types/node": "^22.13.8",
4955
"@typescript-eslint/eslint-plugin": "^8.25.0",
@@ -59,6 +65,7 @@
5965
"url": "git://github.com/hasib-devs/hono-routing-controller.git"
6066
},
6167
"publishConfig": {
62-
"registry": "https://registry.npmjs.org"
68+
"registry": "https://registry.npmjs.org",
69+
"access": "public"
6370
}
6471
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)