()
| 123 | } |
| 124 | |
| 125 | function getReleaseComment() { |
| 126 | const url = repositoryUrl + '/releases/tag/${nextRelease.gitTag}'; |
| 127 | const comment = '🎉 This change has been released in version [${nextRelease.version}](' + url + ')'; |
| 128 | return comment; |
| 129 | } |
| 130 | |
| 131 | module.exports = config(); |