Skip to content

Commit 7cff2ae

Browse files
authored
ci: change release comment wording
1 parent 0a47591 commit 7cff2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async function readFile(filePath) {
109109

110110
function getReleaseComment() {
111111
const url = repositoryUrl + '/releases/tag/${nextRelease.gitTag}';
112-
let comment = '🎉 This pull request has been released in version [${nextRelease.version}](' + url + ')';
112+
let comment = '🎉 This change has been released in version [${nextRelease.version}](' + url + ')';
113113
return comment;
114114
}
115115

0 commit comments

Comments
 (0)