MCPcopy Create free account
hub / github.com/google/go-github / newChangesSinceRelease

Function newChangesSinceRelease

tools/gen-release-notes/main.go:137–141  ·  view source on GitHub ↗
(priorRelease string)

Source from the content-addressed store, hash-verified

135}
136
137func newChangesSinceRelease(priorRelease string) string {
138 priorRelease = releaseTagRE.ReplaceAllString(priorRelease, "")
139 cmdArgs := []string{"git", "log", priorRelease + "..", "--no-color"}
140 return runCommand(cmdArgs)
141}
142
143func getPriorRelease() string {
144 cmdArgs := []string{"git", "describe", "--tags", "--abbrev=0"}

Callers 1

mainFunction · 0.85

Calls 1

runCommandFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…