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 96d99ae236..29e6f0fde3 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 @@ -6,7 +6,7 @@ description: 'Since v0.2.8 Rio terminal has been releasing with Goreleaser.' categories: windows macos linux bsd --- -Since v0.2.8 Rio terminal has been releasing with GoReleaser, which makes my life much simple. Before I was doing the process of release manually (specially Apple MacOS notarization). +Since v0.2.8 Rio terminal has been releasing with GoReleaser, which simplifies my life. Before, I had the process of release partially manually (Apple MacOS notarization) and the rest automated. In the automation side, I didn't have support to `.rpm` files and had to for release update few files regarding 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). GoReleaser was created to solve a problem we all had at some point: releasing software is boring and error prone.