MCPcopy Index your code
hub / github.com/parse-community/parse-server / getReleaseComment

Function getReleaseComment

.releaserc.js:125–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123}
124
125function 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
131module.exports = config();

Callers 1

configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected