Announcing GoReleaser v1.21 — mostly bug fixes
A boring release, mostly bug fixes. Boring is good. Highlights You can now sort tags by semver …
A boring release, mostly bug fixes. Boring is good. Highlights You can now sort tags by semver …
A little over 100 commits in small-ish quality-of-life improvements.
Learn how to use the recently-added Tailscale, DNS, and Zeroconf endpoint discovery in …
Almost 200 commits adding Nix, Winget, and much more…
Learn how to use x/exp/teatest to write tests for your Bubble Tea apps.
May is the maintainers month, so I would first like to thank all the maintainers out there for …
The Easter release is here!
The February release got a little late… better later than even later, I guess! 😄 …
Keeping our pace of 1 minor a month, this is the January 2023 release. GoReleaser’s Ko …
Another month, another release! In fact, the last release of the year. This one in particular …
Another month, another release! Like the previous 2 releases, this is a beefy one: over 100 …
We launched GoReleaser v1 exactly 1 year ago today! onefetch First, I wanted to wholeheartedly …
Since v1.12.0-pro, GoReleaser can split and merge its release process. This means that you can …
The previous release had ~100 commits, and this one has 149 since previous feature release! …
Most people run GoReleaser by creating a tag locally, pushing it, and letting their CI takes …
This release took a while, for all the good reasons: a ton of new features and bug fixes for …
GoReleaser Pro v1.11+ added support to keeping a nightly release. That means that, whenever you …
Everyone likes command line completions, so much that some even install extra tools just to …
Fun fact: it is actually winter now here in Brazil. Regardless, this release is packed with new …
This release contains several minor improvements and a couple of new features! Let’s have …
A couple of weeks ago I was working on adding SSH Certificate Authentication support to Wish, …
This release’s biggest feature is the GOAMD64 support. Highlights support GOAMD64(#3016) …
The title would have been more creative if it was GoReleaser 1.18 as well… maybe… …
GoReleaser 1.6 is out! Another “boring” release with some miscellaneous …
GoReleaser 1.5 is out, with a handful of miscellaneous improvements. Highlights Better manpages …
GoReleaser can now create and publish Arch Linux PKGBUILD files to Arch User Repositories! …
We just launched GoReleaser v1.3, the first release of 2022! Highlights Announce to any HTTP …
GoReleaser v1.2 is out — likely be the last feature release of 2021. It also marks the first 5 …
In the v1.1 release, GoReleaser introduced a new feature called “changelog groups”. …
Hello everyone! I’ve been holding on the “v1” release for, checks notes, …
You can now import pre-built binaries into GoReleaser! This feature was made with mainly two …
In GoReleaser v0.176.0 (both OSS and Pro), we released the ability to sign Docker images - with …
Since the infamous SolarWinds attack, supply chain integrity is something a lot of people are …
A hands on talk on how to create and setup a project with GoReleaser.
GoReleaser Pro was released about a month ago, and with it, the ability to include GoReleaser …
After more than 4 years working on GoReleaser, I’m launching a Pro version! Why? I think …
I was live with Mat, Natalie & Johnny and we talked a bit about releases, with and without …
Last year, I made a blog post about GoReleaser turning 3 years old. I kind of like it, so this …
GoReleaser v0.148.0 is out, and with it, the ability to release multi-platform Docker images, …
What if I told you you can now automate the release of your libraries as well? I think some of …
GoReleaser’s journey begins in December 21, 2016: the day I made its very first commit. …
Quick tip to improve the docker build speed using go modules. Normally, I would do something …
The next GoReleaser version will have a more flexible Docker configuration format. In this post …
Caching things can be hard to do and hard to test. In this post I’ll demonstrate a …
I’m working in a project that uses Chef, so it has a lot of JSON files. I like everything …
GoReleaser was able to build Snapcraft packages for a long time, but it wasn’t able to …
A quick review of my second ever GopherCon - the first one as a speaker, and my experience …
My first ever talk at a GopherCon. I shared my experiences coding GoReleaser, more or less …
I’ve started GoReleaser almost 2 years ago. This is a summary of (some) things I’ve …
When first announced GoReleaser roughly 1 year ago, on January 2017, I never thought it would …
It was the Go 1.10 Release party - my talk was about what changed in Go 1.10.
I’ve been working on GoReleaser for more than a year now, and one of the things that was …
I showed how to build and release binaries in Go, including cross-compiling, Docker images, …
Last few months I’ve been using Go to write quite a lot of tools. In this post I intent …
I have some apps written in Go, which I deliver as binaries for each platform using GitHub …
I’ve lost a considerable amount of time trying to bind those things together, so I …
In Go, it’s dead simple to get the value from an environment variable: …
Or: how to ship your app in a <20Mb container. Well, as you may know, there is a good amount …
go build generates a binary for the platform you run it in. So, if I build antibody in a Linux …
Learning Go was in my TODO list for a while, and finally I did something about it. This post …