We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6cc9e commit 8cee030Copy full SHA for 8cee030
cmd/changelog-extract-notes/main.go
@@ -17,7 +17,7 @@ func main() {
17
os.Exit(1)
18
}
19
20
- var extractVersion, changelogPath string
+ var changelogPath string
21
flag.StringVar(&changelogPath, "path", filepath.Join(wd, "CHANGELOG.md"), "path to the changelog file")
22
flag.StringVar(&extractVersion, "version", "", "version to extract changelog for (e.g. 1.0.0)")
23
flag.Parse()
0 commit comments