feat(config/releaserconfig): change git provider from several type structs to one for simplicity

This commit is contained in:
Felix Wiedmann
2019-06-13 19:31:56 +02:00
parent 1194187047
commit 882a1f4c29
3 changed files with 34 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ import (
)
// GITHUB identifer for github interface
const GITHUB = "github"
const GITHUB = "GitHub"
// GitHubReleaser type struct
type GitHubReleaser struct {