Skip to content

Commit

Permalink
Merge pull request #485 from chainbound/chore/update-release-strategy
Browse files Browse the repository at this point in the history
chore: add bolt cli recipe to release strategy
  • Loading branch information
merklefruit authored Nov 28, 2024
2 parents 74c8315 + d5fc9aa commit 2891108
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,15 @@ for all Bolt components with the tag `v0.2.0-alpha` for both `arm64` and `amd64`
architectures. This can take a long time.

Since we use cross compilation, we recommend running this from an x86_64 linux box.

## 4. Build the `bolt` CLI binaries and upload them to the release assets

You can build the `bolt` CLI binaries with the `just create-bolt-cli-tarballs` recipe.

This will output tarballs in `bolt-cli/dist/` that you can ultimately upload to the
Github release assets.

These will then be automatically consumed by `boltup` consumers when selecting the
tag they want to use for their Bolt cli installation.

e.g. `boltup --tag v0.3.0-alpha` will pick one of the tarballs in the `v0.3.0-alpha` release.

0 comments on commit 2891108

Please sign in to comment.