mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-11 12:17:04 +00:00
fixup! refactor: move run logic outside of cli code
This commit is contained in:
parent
1ff67f4ec8
commit
fd0c35d6f8
1 changed files with 5 additions and 0 deletions
|
|
@ -48,6 +48,11 @@ func (rp *ReleaserPleaser) Run(ctx context.Context) error {
|
|||
return fmt.Errorf("failed to create pending releases: %w", err)
|
||||
}
|
||||
|
||||
err = rp.runReconcileReleasePR(ctx)
|
||||
if err != nil {
|
||||
return fmt.Errorf("failed to reconcile release pull request: %w", err)
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue