Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mehmetumit/demo-go-release

Demo go release app
https://github.com/mehmetumit/demo-go-release

Last synced: about 6 hours ago
JSON representation

Demo go release app

Awesome Lists containing this project

README

        

## Check Config
```
goreleaser check
```
## Snapshot Build
```
goreleaser build --snapshot
```
## Release
```
GITHUB_TOKEN="YOUR_GITHUB_TOKEN" goreleaser release
```