You've already forked go-semantic-release
feat(internal/releaser): add SetReleaseType Method to Releaser interface
This commit is contained in:
@@ -22,6 +22,7 @@ type Releaser interface {
|
||||
UploadAssets(assets []config.Asset) error
|
||||
GetCommitURL() string
|
||||
GetCompareURL(oldVersion, newVersion string) string
|
||||
SetReleaseType(*shared.ReleaseVersion)
|
||||
}
|
||||
|
||||
// New initialize a Relerser
|
||||
|
||||
Reference in New Issue
Block a user