From fd02229e4ee38e6d37b0d64bc422bb8e5b50835b Mon Sep 17 00:00:00 2001 From: "tembo-io[bot]" <208362400+tembo-io[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:40:23 +0000 Subject: [PATCH 1/2] docs: Specify goreleaser-pro installation in DEVELOPMENT.md --- DEVELOPMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 6eeaa36..ffe384e 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -13,7 +13,7 @@ brew install onkernel/tap/kernel Install the following tools: - Go 1.22+ ( https://go.dev/doc/install ) -- [Goreleaser](https://goreleaser.com/install/) +- [Goreleaser Pro](https://goreleaser.com/install/) - **IMPORTANT: You must install goreleaser-pro, not the standard version, as this is required for our release process** - [chglog](https://github.com/goreleaser/chglog) Compile the CLI: @@ -60,7 +60,7 @@ A typical workflow we encounter is updating the API and integrating those change Prerequisites: -- Make sure you have `goreleaser` _pro_ installed via `brew install --cask goreleaser/tap/goreleaser-pro`. You will need a license key (in 1pw), and then `export GORELEASER_KEY=`. +- Make sure you have **goreleaser-pro** installed via `brew install --cask goreleaser/tap/goreleaser-pro`. You will need a license key (in 1pw), and then `export GORELEASER_KEY=`. **Note: goreleaser-pro is required, not the standard goreleaser version.** - Grab the NPM token for our org (in 1pw) and run `npm config set '//registry.npmjs.org/:_authToken'=` From 80ba89de1413316a8984f891551b5b2fd1186f5f Mon Sep 17 00:00:00 2001 From: Mason Williams <43387599+masnwilliams@users.noreply.github.com> Date: Fri, 26 Sep 2025 16:18:01 -0400 Subject: [PATCH 2/2] updated goreleaser page to focus on pro mode --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index ffe384e..b40bd0b 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -13,7 +13,7 @@ brew install onkernel/tap/kernel Install the following tools: - Go 1.22+ ( https://go.dev/doc/install ) -- [Goreleaser Pro](https://goreleaser.com/install/) - **IMPORTANT: You must install goreleaser-pro, not the standard version, as this is required for our release process** +- [Goreleaser Pro](https://goreleaser.com/install/#pro) - **IMPORTANT: You must install goreleaser-pro, not the standard version, as this is required for our release process** - [chglog](https://github.com/goreleaser/chglog) Compile the CLI: