测试构建:

goreleaser release --snapshot --clean

创建tag

git tag v1.0.2

推送tag

 git push origin 1.0.2

发布版本

 goreleaser --clean