Skip to content

Commit 8cee030

Browse files
Update cmd/changelog-extract-notes/main.go
Co-authored-by: Paddy <[email protected]>
1 parent fc6cc9e commit 8cee030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/changelog-extract-notes/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func main() {
1717
os.Exit(1)
1818
}
1919

20-
var extractVersion, changelogPath string
20+
var changelogPath string
2121
flag.StringVar(&changelogPath, "path", filepath.Join(wd, "CHANGELOG.md"), "path to the changelog file")
2222
flag.StringVar(&extractVersion, "version", "", "version to extract changelog for (e.g. 1.0.0)")
2323
flag.Parse()

0 commit comments

Comments
 (0)