1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
Deliver Go binaries as fast and easily as possible https://goreleaser.com/
Go to file
Andy Grunwald 0b0c12aaad fix: Adjusted codebase according comments from @caarlos0
- Renamed function to upload()
- Fixed an inline comment
- Excluded a defer file.Close() from errcheck analysis
2017-12-02 23:39:39 +01:00
.github added templates 2017-09-02 22:51:03 -03:00
checksum chore: fixed/ignore lint issues 2017-11-26 20:40:07 -02:00
config feat: Added basic support to push binaries into Artifactory 2017-12-02 20:26:55 +01:00
context feat: improved fpm output 2017-11-08 21:00:09 -02:00
docs docs: Added missing yaml configuration for username 2017-12-02 23:34:29 +01:00
goreleaserlib feat: Added basic support to push binaries into Artifactory 2017-12-02 20:26:55 +01:00
internal chore: fixed/ignore lint issues 2017-11-26 20:40:07 -02:00
pipeline fix: Adjusted codebase according comments from @caarlos0 2017-12-02 23:39:39 +01:00
.editorconfig added replacements support 2017-01-11 19:24:17 -02:00
.gitignore refactor: using ast parser instead 2017-11-21 08:27:32 -02:00
.goreleaser.yml feat: Added basic support to push binaries into Artifactory 2017-12-02 20:26:55 +01:00
.travis.yml chore: improved docker test code 2017-10-07 23:26:54 -03:00
CODE_OF_CONDUCT.md added code of conduct 2017-01-02 13:36:39 -02:00
CONTRIBUTING.md docs: Update CONTRIBUTING.md 2017-10-05 09:39:48 +01:00
Dockerfile draft: docker support 2017-09-11 23:31:00 -03:00
Gopkg.lock bump: deps 2017-10-22 11:54:41 -02: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 chore: added empty lines 2017-11-26 22:20:40 -02:00
Makefile chore: add nolint to the todo make task 2017-10-25 15:16:12 -02: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.