MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / getReleaseNote

Function getReleaseNote

scripts/release-helper.mjs:46–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46function getReleaseNote() {
47 return `${
48 process.env.PRERELEASE === 'true'
49 ? `\
50**This is a beta release of Violentmonkey (also in [WebStore](\
51https://chrome.google.com/webstore/detail/violentmonkey-beta/opokoaglpekkimldnlggpoagmjegichg\
52)), use it at your own risk.**<br>\
53If you already use Violentmonkey, click \`Export to zip\` in settings before installing the beta.
54
55`
56 : ''
57 }Notable changes since ${listCommits()}`;
58}
59
60export async function createRelease() {
61 console.info('Create release:', tag);

Callers 1

createReleaseFunction · 0.85

Calls 1

listCommitsFunction · 0.85

Tested by

no test coverage detected