feat(internal/releaser): add SetReleaseType Method to Releaser interface

This commit is contained in:
Felix Wiedmann
2019-06-20 00:48:07 +02:00
parent 849dc6c5b7
commit 92d569c14c
3 changed files with 26 additions and 10 deletions

View File

@@ -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