Conversation
Uncomment Chocolatey configuration in .goreleaser.yaml to enable publishing bsubio to the Chocolatey package repository for Windows. Changes: - Uncomment chocolateys section in .goreleaser.yaml - Fix trailing whitespace in description Windows users can install with: choco install bsubio Note: Requires CHOCOLATEY_API_KEY secret to be configured in GitHub Actions for automated publishing.
ReviewChange is straightforward - uncomments Chocolatey config to enable Windows package distribution. Configuration IssuesLine 175: # Verify default branch
git remote show origin | grep "HEAD branch"Line 193: Line 194: SecurityAPI key handling secure via GitHub secrets. Skip publish flag removed correctly to enable publishing. TestingBefore merge:
MinorWhitespace fix in description (line 186) - good cleanup. Ship it once branch path verified and secret confirmed. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Uncomment Chocolatey configuration in .goreleaser.yaml to enable publishing bsubio to the Chocolatey package repository for Windows users.
Changes
chocolateyssection in.goreleaser.yamlInstallation After Release
Windows users can install with:
Package Details
Setup Required
To enable automated Chocolatey publishing:
CHOCOLATEY_API_KEYsecret to GitHub repository settingsHow It Works
choco install bsubioFixes #139