mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 21:21:03 +00:00
feat(cli): show release PR url in log messages
Makes navigating to the PR way easier when looking at the logs. This requires a new `Forge.PullRequestURL()` method that needs to be implemented for all forges.
This commit is contained in:
parent
2effe5e72d
commit
e993d4ae8c
3 changed files with 7 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ type Forge interface {
|
|||
RepoURL() string
|
||||
CloneURL() string
|
||||
ReleaseURL(version string) string
|
||||
PullRequestURL(id int) string
|
||||
|
||||
GitAuth() transport.AuthMethod
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue