MCPcopy
hub / github.com/parse-community/parse-server-example / getReleaseComment

Function getReleaseComment

release.config.js:118–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116}
117
118function 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();

Callers 1

configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected