Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mehmetumit/demo-go-release
- Owner: mehmetumit
- License: gpl-3.0
- Created: 2023-09-30T11:12:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T21:09:01.000Z (about 1 year ago)
- Last Synced: 2024-05-02T03:11:12.175Z (6 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Check Config
```
goreleaser check
```
## Snapshot Build
```
goreleaser build --snapshot
```
## Release
```
GITHUB_TOKEN="YOUR_GITHUB_TOKEN" goreleaser release
```