MCPcopy
hub / github.com/CopyTranslator/CopyTranslator / getChangelogURL

Function getChangelogURL

src/common/constant.ts:28–32  ·  view source on GitHub ↗
(
  targetVersion: string = `v${constants.version}`
)

Source from the content-addressed store, hash-verified

26}
27
28export function getChangelogURL(
29 targetVersion: string = `v${constants.version}`
30) {
31 return `${constants.allChangelogs}/${targetVersion.substring(1)}.md`;
32}
33
34const terms = ["v" + constants.version, constants.nickName];
35if (constants.stage != "stable") {

Callers 2

checkTheGithubPagesMethod · 0.90
showCurrentChangelogMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected