-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5aaea3d
commit da13dd0
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
docs/blog/2025-03-01-rio-is-now-releasing-with-goreleaser.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
layout: post | ||
title: 'Rio is now releasing with Goreleaser' | ||
date: 2025-03-01 10:28 | ||
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). | ||
|
||
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. | ||
|
||
 | ||
|
||
Rio wouldn't be using GoReleaser if wasn't the awesome work from [Vedant Mohan Goyal](https://github.com/vedantmgoyal9) and [Carlos Becker](https://github.com/caarlos0). Talking which, Vedant is writing a blog post migrating Rio pipeline to GoReleaser, seriously go follow him! | ||
|
||
That's it for today folks :) |