()
| 116 | } |
| 117 | |
| 118 | function getReleaseComment() { |
| 119 | const url = repositoryUrl + '/releases/tag/${nextRelease.gitTag}'; |
| 120 | let comment = '🎉 This change has been released in version [${nextRelease.version}](' + url + ')'; |
| 121 | return comment; |
| 122 | } |
| 123 | |
| 124 | // For CommonJS use: |
| 125 | // module.exports = config(); |