mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-11 12:17:04 +00:00
fixup! refactor: move commit analyzing out of forge
This commit is contained in:
parent
4d435fa952
commit
1ff67f4ec8
1 changed files with 1 additions and 1 deletions
2
forge.go
2
forge.go
|
|
@ -184,7 +184,7 @@ func (g *GitHub) CommitsSince(ctx context.Context, tag *Tag) ([]Commit, error) {
|
||||||
return nil, fmt.Errorf("failed to check for commit pull request: %w", err)
|
return nil, fmt.Errorf("failed to check for commit pull request: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
commits = append(commits)
|
commits = append(commits, commit)
|
||||||
}
|
}
|
||||||
|
|
||||||
return commits, nil
|
return commits, nil
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue