1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-27 01:33:39 +02:00
Deliver Go binaries as fast and easily as possible https://goreleaser.com/
Go to file
Jorin Vogel 4e73fd17d7
docs: Add commit message guidelines to CONTRIBUTING.md
Explain contributors how to craft useful commit messages.
We also use https://gitcop.com/ to enforce the formatting.

Closes #377
2017-10-01 21:32:57 +02:00
.github added templates 2017-09-02 22:51:03 -03:00
checksum removing all assert.New because vet shadow complains about this now 2017-09-26 19:24:49 -03:00
config Merge branch 'master' into lint 2017-10-01 09:46:14 -03:00
context removing all assert.New because vet shadow complains about this now 2017-09-26 19:24:49 -03:00
docs fixed build 2017-10-01 14:31:37 -03:00
goreleaserlib removing all assert.New because vet shadow complains about this now 2017-09-26 19:24:49 -03:00
internal Merge branch 'master' into lint 2017-10-01 09:46:14 -03:00
pipeline Merge branch 'master' into lint 2017-10-01 09:46:14 -03:00
.editorconfig added replacements support 2017-01-11 19:24:17 -02:00
.gitignore gitignore make binary 2017-07-04 22:16:07 -03:00
.goreleaser.yml push :latest as well 2017-09-16 15:39:02 -03:00
.travis.yml lint on build 2017-09-26 18:49:53 -03:00
CODE_OF_CONDUCT.md added code of conduct 2017-01-02 13:36:39 -02:00
CONTRIBUTING.md docs: Add commit message guidelines to CONTRIBUTING.md 2017-10-01 21:32:57 +02:00
Dockerfile draft: docker support 2017-09-11 23:31:00 -03:00
Gopkg.lock gopkg.lock bump 2017-09-12 21:58:33 -03:00
Gopkg.toml Update contributing guide and fix local tests. 2017-07-10 13:50:05 +02:00
LICENSE.md readme, license and shit 2016-12-28 22:55:23 -02:00
main.go allow configuring parallelism via flag 2017-07-15 16:49:52 -03:00
Makefile enabled more linters and fixed them 2017-09-14 21:19:56 -03:00
README.md readme 2017-09-10 21:35:18 -03:00

GoReleaser Logo

GoReleaser

Deliver Go binaries as fast and easily as possible.

Release Software License Travis Codecov branch Go Report Card Go Doc SayThanks.io Powered By: GoReleaser


GoReleaser builds Go binaries for several platforms, creates a GitHub release and then pushes a Homebrew formula to a tap repository. All that wrapped in your favorite CI.

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. We appreciate your contribution. Please refer to our contributing guidelines for further information.

For questions join the #goreleaser channel in the Gophers Slack.

Documentation

Documentation can be found in the docs folder and live at https://goreleaser.com

Stargazers over time

goreleaser/goreleaser stargazers over time


Would you like to fix something in the documentation? Feel free to open an issue.