Commit fa4c578
committed
Feat: Add winget package distribution (fixes #137)
Add GoReleaser configuration for publishing bsubio to Windows Package
Manager (winget). GoReleaser will create pull requests to the
microsoft/winget-pkgs repository on each release.
Changes:
- Add winget section to .goreleaser.yaml
- Configure package identifier as bsubio.bsubio
- Set up automated PR creation to microsoft/winget-pkgs
- Add winget installation instructions to release footer
Windows users can install with:
winget install bsubio.bsubio
Note: Requires WINGET_GITHUB_TOKEN secret (GitHub PAT with public_repo
scope) to be configured in GitHub Actions for automated PR creation.1 parent cbc1130 commit fa4c578
1 file changed
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
143 | 148 | | |
144 | 149 | | |
145 | 150 | | |
| |||
194 | 199 | | |
195 | 200 | | |
196 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
197 | 232 | | |
198 | 233 | | |
199 | 234 | | |
| |||
0 commit comments