Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

goreleaser

Deliver Go binaries as fast and easily as possible
Collective - Host: opensource - https://opencollective.com/goreleaser - Website: https://goreleaser.com - Code: https://github.com/goreleaser

fix: Adjusted codebase according comments from @caarlos0

- Renamed function to upload()
- Fixed an inline comment
- Excluded a defer file.Close() from er...

github.com/goreleaser/goreleaser - 0b0c12aaadaf675ddb7c50c21dc1a28b3d0aabda authored almost 7 years ago by Andy Grunwald <[email protected]>
docs: Added missing yaml configuration for username

In the Customization chapter we missed the username configuration

github.com/goreleaser/goreleaser - 39db1d5b558d89cf1939a5f07952cb72ef1a5d2f authored almost 7 years ago by Andy Grunwald <[email protected]>
test: Add three new unit tests for Artifactory pipeline

Three new unit tests added:
- TestRunPipe_NoFile: Checks the error if the file for the
upload is...

github.com/goreleaser/goreleaser - 78f83ec4667944cad6d26a08957ffa8d1e6c8a56 authored almost 7 years ago by Andy Grunwald <[email protected]>
fix: Don't continue Artifactory pipeline when there is an error

We are able to define multiple Artifactory instances.
In the former implementation, we continue ...

github.com/goreleaser/goreleaser - 2842b863650179403a15dcfebda231b9f6a654bf authored almost 7 years ago by Andy Grunwald <[email protected]>
fix: Use HTTP error if upload to Artifactory failes

In a former commit we respected the error of the Close()
call for a HTTP response. The fix was t...

github.com/goreleaser/goreleaser - 37bc09f2bc4296ffb9d8e3e1e939529d8d4289a4 authored almost 7 years ago by Andy Grunwald <[email protected]>
docs: Add {{ .Version }} variable into Artifactory docs

The target of the Artifactory configuration supports variables.
Now the {{ .Version }} variable ...

github.com/goreleaser/goreleaser - b282c84df309b8401231b968b3630b129175843d authored almost 7 years ago by Andy Grunwald <[email protected]>
fix: panic while access a http response in Artifactory pipeline

When the upload target is not resolvable by tcp (e.g. unknown host)
no response object will be g...

github.com/goreleaser/goreleaser - 024ca0a1afec50b293603e8b7279adb2ed8ff2cf authored almost 7 years ago by Andy Grunwald <[email protected]>
docs: Add first draft of documentation for Artifactory

The first draft of the Artifactory pipeline documentation was added.

github.com/goreleaser/goreleaser - d9f349dd0c623777b516e7a571ae3af93a542de4 authored almost 7 years ago by Andy Grunwald <[email protected]>
fix: gometalinter warnings for Artifactory pipeline

gometalinter had several warnings about not respected
err return values from Close() calls

github.com/goreleaser/goreleaser - c1d2c28b0a340bf3646c53cc022cc411d89fca51 authored almost 7 years ago by Andy Grunwald <[email protected]>
feat: Added basic support to push binaries into Artifactory

Artifactory is an universal Artifact Repository Manager by
JFrog. See https://www.jfrog.com/arti...

github.com/goreleaser/goreleaser - 492a018b7ff6b710f065b4461d3e19d9ae05cd36 authored almost 7 years ago by Andy Grunwald <[email protected]>
goreleaser version v0.37.0

github.com/goreleaser/homebrew-tap - becc5e664c77fa7f8637ff131da2882047381606 authored almost 7 years ago by goreleaserbot <[email protected]>
docs: moving some sections

Improved docs by renaming and moving some sections

github.com/goreleaser/goreleaser - 4b98d14f70eab76e0d9eb63f44126f6d89cb17e8 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
chore: added empty lines

Just to make the output cleaner.

github.com/goreleaser/goreleaser - 86270374d559e81b84cb9c2d5564ab3c551e7141 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
docs: changed environment variables

Changed the name to "environment" only, so it
also covers other environment stuff

github.com/goreleaser/goreleaser - 27426f2a725386c14fc69c3f8499369826cf545b authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
docs: added the dist option docs

Documenting the new option

github.com/goreleaser/goreleaser - db53622b2463fbc2d14a4360550e82f4ce99aaa8 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
feat: allow override dist folder

Allow configuring the dist folder via
config file.

Closes #421

github.com/goreleaser/goreleaser - 8e6133c70cb499bd97560add05dedf45da6c4511 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
goreleaser version v0.36.1

github.com/goreleaser/homebrew-tap - c44397c2ab993b12820e131c438cb2d1818e569d authored almost 7 years ago by goreleaserbot <[email protected]>
chore: fixed/ignore lint issues

GAS started to break on file/folder permissions
and executing things with variables.

closes #422

github.com/goreleaser/goreleaser - 2cc10c3cc851f028ce304b3f7bfc066eb4705c11 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
bump

github.com/goreleaser/users - c1138bfe874c761d10024a50ea9073f1ed7d17b7 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
goreleaser version v0.36.0

github.com/goreleaser/homebrew-tap - 5bcd70e52f805c6cbf99ce77ead9a9c7d980b3be authored almost 7 years ago by goreleaserbot <[email protected]>
refactor: remove unnecessary code

Since e0897fc2d292a134a6929ad1994af9ca8066db46 this is not needed
anymore.

github.com/goreleaser/goreleaser - 5a2f6d031801ca929b0625bf9ea6e45cfa0c2bc0 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
refactor: small improvement on if stmt

Inverted if statements are harder to read. No need for that.

github.com/goreleaser/goreleaser - 03aec11c60792002d497a4b5d96886867e91fadb authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
refactor: using ast parser instead

Using the ast parser, so we don't need to glob and goreleaser will work
reliably even if the fil...

github.com/goreleaser/goreleaser - 48ddd4c0eb96a4add4e77246c2267b49338aa40b authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
refactor: improved error message

The error message was kind of bad. Improved it

github.com/goreleaser/goreleaser - 13d2bca06f029e8f2f21f689a856cbd5a17cc5bc authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
refactor: using os.Stat to decide wether it is a file or a dir

This should avoid some failures.

github.com/goreleaser/goreleaser - dba83bff60c75e0aa86098a7e68ae65ff90c4541 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
refactor: improved error messages

They were not very clear.

github.com/goreleaser/goreleaser - ce9e1c575cae5541ccdc70f9a4eda5ca469b57bb authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
fix: accepting non-main.go files as well

Previous code was handling only main.go as the main build file, but
the main function can actual...

github.com/goreleaser/goreleaser - 9a9b9373a28c13bb6492c4ba7171eef8d019bae4 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
refactor: improved test code

Improved test to better check errors.

github.com/goreleaser/goreleaser - eb48a028bdea903c2cec9d138d9b8df9ea5d1627 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
feat: break if main package doesnt have a main func

Breaks the release if the package being built doesnt
have a main function.

Also improved error ...

github.com/goreleaser/goreleaser - 83093ac4775ed936f082a454986f472bf4fc7fea authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
test: added a test case for an invalid main.go

The user could set the main to anything, so, added a test
for an invalid file as main.

github.com/goreleaser/goreleaser - a9f33bd6591f399fc8595606f5a4de046ea63592 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
refactor: using errors package properly

The errors.Wrap already returns nil if the wrapped error is nil,
therefore the if statement is ...

github.com/goreleaser/goreleaser - 8ae5d1563bb0757f06a0ae140b49a23909671a96 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
goreleaser version v0.35.7

github.com/goreleaser/homebrew-tap - bea4e763f5ca9b6b33a2d9dbc463a4280ce6dd16 authored almost 7 years ago by goreleaserbot <[email protected]>
fix: dependencies and conflicts on brew tap

They were being inlined, generating an invalid receipt.

closes #416

github.com/goreleaser/goreleaser - adc2d7d4c572af20cc20290db48b664f12c158bb authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
bump

github.com/goreleaser/users - c274b4bc6802af9c137f02d160326a2a391d4da6 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
feat: improved fpm output

Only enable fpm's debug mode when goreleaser is in debug as well.

github.com/goreleaser/goreleaser - 3064e11b31d128c5fd277307f9c678aa86fecced authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
chore: enable debug in fpm TestRunPipe

So we can know why it failed if it fails for whatever reason

github.com/goreleaser/goreleaser - 752c0711e1aaef3f68b188391998cfdc142ee680 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
goreleaser version v0.35.6

github.com/goreleaser/homebrew-tap - 0d7572ed6eb3f88429172a3c1656d90002fd2534 authored almost 7 years ago by goreleaserbot <[email protected]>
refactor: set default value of `bindir` in defaults pipe

Rather than using a conditional to check if `bindir` has been set,
use the defaults pipe to set ...

github.com/goreleaser/goreleaser - d9f13a3b125e07f912568f8b6426bf4fa7945f44 authored almost 7 years ago by Joseph Wright <[email protected]>
feat: Allow overriding fpm destination for binaries

Some packagers may want to put binaries in a location other than
/usr/local/bin. This allows one...

github.com/goreleaser/goreleaser - 5193680e76a3448d268bc725fc802cf0ad4db488 authored almost 7 years ago by Joseph Wright <[email protected]>
, instead of ;

github.com/goreleaser/users - b502f4005063db5793d9da57c5f28602851c2ffe authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
data

github.com/goreleaser/users - c8ea9ae5d86fdf1ccd7477684a3dd41ad7cca6aa authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
csv

github.com/goreleaser/users - 97f55521629e006e492d2d311e5f8fa6b5cfa185 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
bump

github.com/goreleaser/users - d467bd7cf5fdf237f158d6b063d96a07a109c313 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
flush

github.com/goreleaser/users - e094709011e4e510375bcc49295608c57f7026bf authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
create data folder

github.com/goreleaser/users - c289fe2a6dcbed40bb8c8cf718ad7c59b6bec652 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
also create a data.csv file

github.com/goreleaser/users - a0040ada85d95f5a4481360623c3e728d29ce21a authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
bump

github.com/goreleaser/users - 249a8e80faab75b0b576147854e6e935119b79cf authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
bump

github.com/goreleaser/users - f6966f8ff1b21a6353b9b453cddc75534e6205da authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
bump

github.com/goreleaser/users - 14eaa12ef12712b93a9615b7bfaaef84023367a1 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
bump

github.com/goreleaser/users - 62a50e090169384863a449670bb395d0dfdad152 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
bump

github.com/goreleaser/users - 93aef58dbfe56a6f0cf67ef6a3694251d74adc6a authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
chore: add nolint to the todo make task

So we can also find nolints across the code and fix them.

github.com/goreleaser/goreleaser - 7c9e1ee5f68d069d6d11e372fd21e1152fdc85dc authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
goreleaser version v0.35.5

github.com/goreleaser/homebrew-tap - cb8db377eb0d3cf34e20fd8a0ab83d6834779d69 authored almost 7 years ago by goreleaserbot <[email protected]>
feat: make fpm respect --parallelism

It was firing unlimited fpm processes until now.

github.com/goreleaser/goreleaser - 3234cb98dafbe84bd16dc838279b5d73976417dd authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
feat: re-added parallelism on fpm pipe

It was removed on commit ff42024 due to a possible bug on fpm

github.com/goreleaser/goreleaser - df0cf14912e95744b0bfc18753f65f37ea7d1aa8 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
fix: a new workdir for each fpm instance

This may avoid running into
https://github.com/jordansissel/fpm/issues/1423

github.com/goreleaser/goreleaser - 11fee22a2edf211caec98f2bee97576d3160bdb7 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
bump: deps

Updated all deps

github.com/goreleaser/goreleaser - 415613e806710d79bbc402b1f54c6f5571edae0d authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
goreleaser version v0.35.4

github.com/goreleaser/homebrew-tap - ba509a53118d12389d81e897a4ce2ca584f8087a authored almost 7 years ago by goreleaserbot <[email protected]>
feat: validate changelog config for invalid fields

If the user configures the changelog section with an invalid key, show
an error.

github.com/goreleaser/goreleaser - 76087d53cd17b1216cf20c5c7c2750e818f1f2a4 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
chore: sorting goreleaser changelog

Asc sort our changelog

github.com/goreleaser/goreleaser - 3d6e6cbcf6c9fd582c4d91c4fd38481d093b5db2 authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
goreleaser version v0.35.3

github.com/goreleaser/homebrew-tap - 9d7479ca40afb705064470c7f5163f2876a6ef53 authored almost 7 years ago by goreleaserbot <[email protected]>
fix: fpm fails randomly

FPM would randomly fail to build deb and rpm packages. It apparently
happens because fpm (or som...

github.com/goreleaser/goreleaser - ff42024602348a903a5742faa83584f641386f1e authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
goreleaser version v0.35.2

github.com/goreleaser/homebrew-tap - db3cf2b2318746e27778d06fe4757f598b3dfdce authored almost 7 years ago by goreleaserbot <[email protected]>
feat: added sorting support to the changelog pipe

We can now add:

```yaml
changelog:
sort: asc
```

to group together our commits by prefix or j...

github.com/goreleaser/goreleaser - 6277ab9ae3674188863371e3a75267ef05b767df authored almost 7 years ago by Carlos Alexandro Becker <[email protected]>
goreleaser version v0.35.1

github.com/goreleaser/homebrew-tap - b4f09ba611a1a72ed4f634d8d41e2a23387ad369 authored about 7 years ago by goreleaserbot <[email protected]>
chore: passing down --debug to fpm

This shall helps in the cases fpm is failing for an unknown reason.

refs #333

github.com/goreleaser/goreleaser - 7506f0ff37c1cb3de1a4eef1ccab4edc9394fb58 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
chore: added a todo task to the Makefile

Added a `todo` task in the `Makefile`, copied
from apex/up.

github.com/goreleaser/goreleaser - 87ec4781ee86fce0cc82ff730a37e7a84ec5622f authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
bump

github.com/goreleaser/users - f757a18e017ffc8fd2d79777f9c29ba65b1cfcfe authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
chore: filter some commits from our changelog

Removed docs and merges from our changelogs.

github.com/goreleaser/goreleaser - e9ca883b0b82ef3a91b451659a9338df0d336aed authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
goreleaser version v0.35.0

github.com/goreleaser/homebrew-tap - 80ca98b477d6fb2de46b2d92ed310343ff1552ae authored about 7 years ago by goreleaserbot <[email protected]>
feat: also support regexp

Support for filtering commits with regexp.

Refs #284

github.com/goreleaser/goreleaser - 28c16f206c5f170a0edb02a471cd071f8ad4fa78 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
chore: added more tests

Added a test covering the cases of wrong regexps.

refs #284

github.com/goreleaser/goreleaser - 9dcd8e39bd0d12e23284dd276a60c63940f280d6 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
refactor: turned changelog generation into a pipe

I turned myself into a pipe morty!

PipeRick!!!

refs #284

github.com/goreleaser/goreleaser - 87d269dc457719491fdadd50e11dd2883c4ceb5c authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
refactor: simplifying code from previous pipe

Removed some things that dont make sense anymore,
like log between commits.

Refs #284

github.com/goreleaser/goreleaser - 29a8ae36be9bd61b4dc445495d0ea462ebe89777 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
feat: added the filter ability to changelog pipe

We can now ignore some commits from the changelog by providing the
`changelog.filters.excludes` ...

github.com/goreleaser/goreleaser - 4afd58e49c09da5f79131da653ea7e20debf1953 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
chore: added more test

Added a test to cover the git.Clean function..
Refs #284

github.com/goreleaser/goreleaser - 1d7b0e072be8ebf0d34ab2198d466dba561b6f63 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
docs: added changelog pipe docs

Added the documentation to the new changelog pipe.

Refs #284

github.com/goreleaser/goreleaser - aca23027da1295c78fdf42ba9687d8ccc88784d7 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
goreleaser version v0.34.5

github.com/goreleaser/homebrew-tap - 7ecf229610b5893361afdca123068eabcb6575c8 authored about 7 years ago by goreleaserbot <[email protected]>
chore: removed empty space

github.com/goreleaser/goreleaser - b585ac8b0e01e8280293ed3a020edd840b144893 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
Merge branch 'master' into mattstratton/add-custom-release-title

github.com/goreleaser/goreleaser - 8f71cf33a0bffeeb2463b4faf9013319ae33b7d8 authored about 7 years ago by Matt Stratton <[email protected]>
feat: Add ability to specify release name

Includes a merge commit.
Additionally comments out cyclo lint test for
pipe run function.

Signe...

github.com/goreleaser/goreleaser - 53771a7dd7ac9086aaf794b011deb41ad2dbf664 authored about 7 years ago by Matt Stratton <[email protected]>
feat: Add ability to specify release name

TODO: factor all the name stuff
into a function like the others, so maybe
setNameDefaults(ctx)...

github.com/goreleaser/goreleaser - 31511b9b7791cad285bc9e24b2fe326374a7f442 authored about 7 years ago by Matt Stratton <[email protected]>
Remove cyclo test for Pipe Run function for now

TODO: factor all the name stuff into a function like the others, so maybe setNameDefaults(ctx),...

github.com/goreleaser/goreleaser - 7d6aabe50e490db586a9f6c47d21956a1d24d63f authored about 7 years ago by Matt Stratton <[email protected]>
goreleaser version v0.34.4

github.com/goreleaser/homebrew-tap - a20526b6ec03f14cb0525c5d7d095410e0d0faee authored about 7 years ago by goreleaserbot <[email protected]>
fix: detect if current folder is a subfolder of a parent git repo

We were checking for a .git folder, which would break in cases
where goreleaser is running from ...

github.com/goreleaser/goreleaser - 850c2e14f25eec8ccbbbe5929f0b3a402168fce0 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
Merge branch 'master' into mattstratton/add-custom-release-title

github.com/goreleaser/goreleaser - 973356694af266ca30ea43b580d4d014ae28b7cf authored about 7 years ago by Matt Stratton <[email protected]>
goreleaser version v0.34.3

github.com/goreleaser/homebrew-tap - 7907bcea8c567158a5ac562de2c4337a89dd5bff authored about 7 years ago by goreleaserbot <[email protected]>
refactor: improved git error handling

Improved the error handling in git code,
mostly in the defaults pipe. The idea is to
output bett...

github.com/goreleaser/goreleaser - 529af6fe72a391207ab25ef6ca7676eaf4c45954 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
docs: Add examples for installation

It is unclear how to get going with Goreleaser, this might help some new folks.

github.com/goreleaser/goreleaser - d6b2606ac251c294b7eb73df90b322da8e91a632 authored about 7 years ago by Bob van Luijt <[email protected]>
bump

github.com/goreleaser/users - c9ae63cacaf1b8c4206e9db7bf180a7670794fcc authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
docs: typo in config filename

Was `goreleaer.yml`

github.com/goreleaser/goreleaser - ae6f7c157c5c5ceb756c152fedc5b711ca3b08bd authored about 7 years ago by Thomas Queste <[email protected]>
Merge branch 'master' into mattstratton/add-custom-release-title

github.com/goreleaser/goreleaser - 07c8d05425659be30970be6af068fc02da3e110f authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
chore: improved docker test code

using defer and added a log

github.com/goreleaser/goreleaser - 7d6ef4d338b3a498a957c9836b3f649215ecfaf3 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
fix: docker tests should not depend on the main docker registry

Makes it not necessary to be logged in the in the docker registry for
the tests to work by using...

github.com/goreleaser/goreleaser - 650e14d297237e623bb4c59490fd7529c910f015 authored about 7 years ago by Carlos Alexandro Becker <[email protected]>
feat: Change default release name to match tag

I updated the default release name to match
the git tag, per the request in the PR.

Signed-off-...

github.com/goreleaser/goreleaser - ee679181874855042848125ce55fb6ed90e0cd65 authored about 7 years ago by Matt Stratton <[email protected]>
Merge branch 'mattstratton/add-custom-release-title' of github.com:mattstratton/goreleaser into mattstratton/add-custom-release-title

Signed-off-by: Matt Stratton <[email protected]>

# Conflicts:
# config/config.go
# intern...

github.com/goreleaser/goreleaser - ffebc524584a7db980c81389123a24367d5c7f60 authored about 7 years ago by Matt Stratton <[email protected]>
feat: Add ability to specify release name

Signed-off-by: Matt Stratton <[email protected]>

github.com/goreleaser/goreleaser - e2ee7c4b2fc83833ee0a89d02c90560e2ad19ba1 authored about 7 years ago by Matt Stratton <[email protected]>
feat: Add ability to specify release name

Signed-off-by: Matt Stratton <[email protected]>

github.com/goreleaser/goreleaser - f823cf28652987d43c8324b4f5b203240032383a authored about 7 years ago by Matt Stratton <[email protected]>
goreleaser version v0.34.2

github.com/goreleaser/homebrew-tap - e33e92e5582aa5158a8947962a8e0b99d2a986f4 authored about 7 years ago by goreleaserbot <[email protected]>
Merge pull request #390 from goreleaser/prerelease

feat: Add prerelease option

github.com/goreleaser/goreleaser - f8ced340791bbd59702ef1bb82c6b9df885390f4 authored about 7 years ago by jorin <[email protected]>