Skip to content

Commit 82b636a

Browse files
authored
ci: changed release comment wording
1 parent 3c14c59 commit 82b636a

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
@@ -107,7 +107,7 @@ async function readFile(filePath) {
107107

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

0 commit comments

Comments
 (0)