mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-07 07:10:11 +02:00
8 lines
151 B
Go
8 lines
151 B
Go
package release
|
|
|
|
import "github.com/goreleaser/releaser/config"
|
|
|
|
func Release(version, diff string, config config.ProjectConfig) error {
|
|
return nil
|
|
}
|