MCPcopy Create free account
hub / github.com/angular/dev-infra / getCommitMessageForRelease

Function getCommitMessageForRelease

ng-dev/release/publish/commit-message.ts:12–14  ·  view source on GitHub ↗
(newVersion: semver.SemVer)

Source from the content-addressed store, hash-verified

10
11/** Gets the commit message for a new release point in the project. */
12export function getCommitMessageForRelease(newVersion: semver.SemVer): string {
13 return `release: cut the v${newVersion} release`;
14}
15
16/**
17 * Gets the commit message for an exceptional version bump in the next branch. The next

Calls

no outgoing calls

Tested by

no test coverage detected