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

Function getPriorRelease

tools/gen-release-notes/main.go:143–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141}
142
143func getPriorRelease() string {
144 cmdArgs := []string{"git", "describe", "--tags", "--abbrev=0"}
145 release := runCommand(cmdArgs)
146 return strings.ReplaceAll(release, "otel/", "")
147}
148
149const releaseNotesFmt = `
150This release contains the following breaking API changes:

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…