We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0db34 commit 15b9a48Copy full SHA for 15b9a48
release.config.js
@@ -107,7 +107,7 @@ async function readFile(filePath) {
107
108
function getReleaseComment() {
109
const url = repositoryUrl + '/releases/tag/${nextRelease.gitTag}';
110
- let comment = '🎉 This pull request has been released in version [${nextRelease.version}](' + url + ')';
+ const comment = '🎉 This change has been released in version [${nextRelease.version}](' + url + ')';
111
return comment;
112
}
113
0 commit comments