Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4thel00z/goreleaser-example
https://github.com/4thel00z/goreleaser-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/4thel00z/goreleaser-example
- Owner: 4thel00z
- Created: 2020-06-18T12:18:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T11:29:42.000Z (about 4 years ago)
- Last Synced: 2024-11-24T16:52:00.693Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# goreleaser-example
![goreleaser](https://github.com/4thel00z/goreleaser-example/workflows/goreleaser/badge.svg?branch=master)
## Motivation
I want to have a brain dump of how to use goreleaser for my golang projects.
I like to use code to document tools rather read through 1201 pages of documentation.## Solution
Create a small boilerplate project with github actions and a goreleaser configuration
which builds all specified releases based on a certain trigger (currently it builds
for all tags) which is specified in the github action.