Skip to content

Commit

Permalink
ci: change release comment wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Oct 27, 2021
1 parent 0a47591 commit 7cff2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async function readFile(filePath) {

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

Expand Down

0 comments on commit 7cff2ae

Please sign in to comment.