Skip to content

Commit e3e03b0

Browse files
committed
chore: add missing github token to add release comments
1 parent 0f0ad08 commit e3e03b0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.release-it.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@
66
"github": {
77
"release": true,
88
"releaseName": "v${version}",
9-
"releaseNotes": {
10-
"commit": "* ${commit.subject} (${sha}){ - thanks @${author.login}!}"
11-
},
129
"comments": {
1310
"issue": "✅ This issue has been resolved and included in version ${version} 📦<br>The release is available on: [GitHub release](${releaseUrl}) 🚀",
1411
"pr": "🎉 This pull request is included in version ${version} 📦<br>The release is available on: [GitHub release](${releaseUrl}) 🚀"
15-
}
12+
},
13+
"tokenRef": "GITHUB_TOKEN"
1614
},
1715
"npm": {
18-
"publish": true,
1916
"skipChecks": true
2017
},
2118
"hooks": {

0 commit comments

Comments
 (0)