package release import "github.com/goreleaser/releaser/config" func Release(version, diff string, config config.ProjectConfig) error { return nil }