You've already forked go-semantic-release
feat(config/releaserconfig): change git provider from several type structs to one for simplicity
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
// GITHUB identifer for github interface
|
||||
const GITHUB = "github"
|
||||
const GITHUB = "GitHub"
|
||||
|
||||
// GitHubReleaser type struct
|
||||
type GitHubReleaser struct {
|
||||
|
||||
Reference in New Issue
Block a user