We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bc3a1 commit 0983204Copy full SHA for 0983204
1 file changed
pkg/changelog/changelog.go
@@ -89,7 +89,7 @@ func (c *changelog) Tail() *entry.Entry {
89
}
90
91
// NewChangelog creates a new changelog datastructure.
92
-func NewChangelog(repoName string, repoOwner string) Changelog {
+func NewChangelog(repoOwner string, repoName string) Changelog {
93
return &changelog{
94
repoName: repoName,
95
repoOwner: repoOwner,
0 commit comments