From 11b0afe181c930b87819f04c9ddf8bfce642b66c Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sat, 1 Mar 2025 12:11:19 -0300 Subject: [PATCH] Update 2025-03-01-rio-is-now-releasing-with-goreleaser.mdx (#997) --- docs/blog/2025-03-01-rio-is-now-releasing-with-goreleaser.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/2025-03-01-rio-is-now-releasing-with-goreleaser.mdx b/docs/blog/2025-03-01-rio-is-now-releasing-with-goreleaser.mdx index eebbe54aff..468fd2d2b6 100644 --- a/docs/blog/2025-03-01-rio-is-now-releasing-with-goreleaser.mdx +++ b/docs/blog/2025-03-01-rio-is-now-releasing-with-goreleaser.mdx @@ -8,7 +8,7 @@ categories: windows macos linux bsd Since v0.2.8, I've been using GoReleaser to release Rio, which makes my life so much easier. Before, I had a mix of local (and manual) work with an automated pipeline. -In the automation side, I didn't have support to `.rpm` packages and still had to update few files regarding the new version. +In the automation side, I didn't have support to `.rpm` packages, and still had to update a couple of files with the new version. Frankly, it's the kind of work I don't want to do for every release. GoReleaser is a release automation tool. It currently supports Go, Rust, Zig, and TypeScript (with Bun and Deno).