1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-11 13:38:41 +02:00

docs: improve page

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2022-10-13 14:08:51 -03:00
parent 6a5a3d9f1d
commit 4c8628d590
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -5,11 +5,14 @@ additional features:
- [x] [Split and merge builds](/customization/partial) to speed up your release
by splitting work, use CGO, or run platform-specific code;
- [x] [Filter commits by path in the changelog](/customization/changelog);
- [x] Have custom [before and after hooks for achives](/customization/archive/);
- [x] Prepare a release with [`goreleaser release
--prepare`](/cmd/goreleaser_release/), publish and announce it later with
[`goreleaser publish`](/cmd/goreleaser_publish/) and [`goreleaser
announce`](/cmd/goreleaser_announce/);
- [x] Prepare a release with
[`goreleaser release --prepare`](/cmd/goreleaser_release/), publish and
announce it later with
[`goreleaser publish`](/cmd/goreleaser_publish/) and
[`goreleaser announce`](/cmd/goreleaser_announce/), or with
[`goreleaser continue`](/cmd/goreleaser_continue/);
- [x] Preview and test your next release's change log with
[`goreleaser changelog`](/cmd/goreleaser_changelog/);
- [x] Continuously release [nightly builds](/customization/nightlies/);
@ -39,12 +42,13 @@ of the things we plan to work on, in one form or another:
- [ ] `--dry-run` to test the release locally, possibly skipping the actual
build of the binaries to focus on faster iteration of the other parts;
- [ ] `--single-target` & friends for `goreleaser release` as well;
- [ ] `--single-target` & friends for `goreleaser release`;
- [ ] first-class macOS signing;
- [ ] create Windows installers;
That said, your input is always welcome!
Once you buy it, feel free to [email me](mailto:carlos@becker.software?subject=GoReleaser%20Feature%20Suggestion)
Once you buy it, feel free to
[email me](mailto:carlos@becker.software?subject=GoReleaser%20Feature%20Suggestion)
with your suggestions and ideas.
## Pricing & Sponsors