ref(releasetype/draft): infomation about if release is a draft will now be set in the sharedVersion

This commit is contained in:
Felix Wiedmann
2019-06-20 10:49:50 +02:00
parent 62c6352aad
commit d36be78c9c
7 changed files with 29 additions and 61 deletions

View File

@@ -22,7 +22,6 @@ type Releaser interface {
UploadAssets(assets []config.Asset) error
GetCommitURL() string
GetCompareURL(oldVersion, newVersion string) string
SetReleaseType(*shared.ReleaseVersion)
}
// New initialize a Relerser