-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
which languages to add next?
TODOs
- document deno/npm/bun publish
- standardize targets #5450
- better explain cross compilation with/without CGO
- explain TARGET in goreleaser split
- make
goreleaser build --single-targettranslate goos/goarch into target if possible - guide of all the changes needed to create a new builder (builder itself, tests, inits, CI, imports, etc) + a "skeleton" implementation somewhere to make it faster and less error-prone
- feat: make
.ArtifactsOs/Arch/etc template name be the same as in other places #5323 - quickstart for each language docs: update docs #5423
- fix: artifact filter builder check #5415
- document build hooks docs: update docs #5423
- feat(build): add bun support #5403
- feat(build): adds deno support #5408
- support for cargo publish #5343
- feat: changing descriptions everywhere, more docs touches #5368
- more examples in the documentation
- example repositories for rust https://github.com/goreleaser/example-rust
- change
builds.*.gobinaryto something likebuilds.*.toolbinary(or something else more generic) feat: rename builds.*.gobinary to builds.*.tool #5328 - move flag processing to a common package? refactor: flag template processing #5336
- document all options 60f07a5
- standard name for all example repositories (
example-xyz) -
goreleaser healthcheckfeat: handle healthcheck for builders #5329 - change
.goreleaser.ymldependencies of all packages feat: add rustup and zig to packages optional dependencies #5330 - feat: uv builder #5652
- feat: poetry builder #5734