mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-11 13:38:41 +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
|
|
}
|