Skip to content

Commit 0c49689

Browse files
committedJan 8, 2025
Update release-it and use new releaseNotes.commit template
1 parent 6471cf1 commit 0c49689

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
 

‎bun.lockb

3.01 KB
Binary file not shown.

‎packages/knip/.release-it.json

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
},
1212
"github": {
1313
"release": true,
14+
"releaseNotes": {
15+
"commit": "* ${commit.message} (${sha}){ - thanks @${author.login}!}",
16+
"excludeMatches": ["webpro"]
17+
},
1418
"comments": {
1519
"submit": true,
1620
"issue": ":rocket: _This issue has been resolved in v${version}. See [${releaseName}](${releaseUrl}) for release notes._\n\n_Using Knip in a commercial project? Please consider [becoming a sponsor](https://knip.dev/sponsors)._",

‎packages/knip/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@types/webpack": "^5.28.5",
9090
"@wdio/types": "^9.5.0",
9191
"glob": "^10.4.2",
92-
"release-it": "17.6.0",
92+
"release-it": "https://pkg.pr.new/release-it@14e578f",
9393
"type-fest": "^4.31.0",
9494
"typescript": "^5.5.2"
9595
},

0 commit comments

Comments
 (0)
Please sign in to comment.