Skip to content

Commit

Permalink
Merge branch 'main' into rp/extract-minfee-on-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp authored Nov 14, 2024
2 parents 51bd8b2 + 6b14d5a commit 121c91b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/maintainers/prebuilt-binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Prebuilt binaries are attached to each release via [GoReleaser](https://goreleas

## Steps

1. [Optional] If you need to make any code changes to fix the issue that occured when CI tried to generate and attach the prebuilt binaries, then you likely need to skip validation when running GoReleaser locally. To skip validation, modify the Makefile command like so:
1. [Optional] If you need to make any code changes to fix the issue that occurred when CI tried to generate and attach the prebuilt binaries, then you likely need to skip validation when running GoReleaser locally. To skip validation, modify the Makefile command like so:

```diff
## prebuilt-binary: Create prebuilt binaries and attach them to GitHub release. Requires Docker.
Expand Down
2 changes: 1 addition & 1 deletion docs/maintainers/release-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The target audience for this guide is maintainers of this repo. In general, the
1. Choose a version tag based on [Semantic Versioning](https://semver.org/). Include the `-rc` suffix followed by the next integer. RCs start at 0.
1. Change the target branch to `v1.x` or `v2.x` based on the version you're releasing.
1. Click **Generate release notes**.
1. Toggle on the **Set as a pre-relase** checkbox.
1. Toggle on the **Set as a pre-release** checkbox.
1. **Publish release**.

### After creating the release candidate
Expand Down

0 comments on commit 121c91b

Please sign in to comment.