Skip to content

Commit 278a502

Browse files
Docs: Update goreleaser install (#20)
## Description Documented that `goreleaser-pro` is required for development, not the standard version, as per issue. ## Changes Updated `DEVELOPMENT.md` to specify `goreleaser-pro` installation and added an important note. <br /> > Want me to make any changes? Add a review or comment with `@tembo` and i'll get back to work! [![tembo.io](https://api.v2.dba.ai/static/view/tembo.svg?v=1)](https://app.tembo.io/tasks/885ec192-570d-469b-a2a9-455df935e3e4) [![slack.com](https://api.v2.dba.ai/static/view/slack.svg)](https://onkernel.slack.com/archives/C09AVT3B8SW/p1758909745186139) --------- Co-authored-by: tembo-io[bot] <208362400+tembo-io[bot]@users.noreply.github.com> Co-authored-by: Mason Williams <[email protected]>
1 parent ff52a92 commit 278a502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ brew install onkernel/tap/kernel
1313
Install the following tools:
1414

1515
- Go 1.22+ ( https://go.dev/doc/install )
16-
- [Goreleaser](https://goreleaser.com/install/)
16+
- [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**
1717
- [chglog](https://github.com/goreleaser/chglog)
1818

1919
Compile the CLI:
@@ -60,7 +60,7 @@ A typical workflow we encounter is updating the API and integrating those change
6060

6161
Prerequisites:
6262

63-
- 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=<the key>`.
63+
- 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=<the key>`. **Note: goreleaser-pro is required, not the standard goreleaser version.**
6464

6565
- Grab the NPM token for our org (in 1pw) and run `npm config set '//registry.npmjs.org/:_authToken'=<the token>`
6666

0 commit comments

Comments
 (0)