Skip to content

Commit 0983204

Browse files
committed
bugfix: Release creation togglling RepoName & RepoOwner
1 parent 31bc3a1 commit 0983204

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/changelog/changelog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func (c *changelog) Tail() *entry.Entry {
8989
}
9090

9191
// NewChangelog creates a new changelog datastructure.
92-
func NewChangelog(repoName string, repoOwner string) Changelog {
92+
func NewChangelog(repoOwner string, repoName string) Changelog {
9393
return &changelog{
9494
repoName: repoName,
9595
repoOwner: repoOwner,

0 commit comments

Comments
 (0)