mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
docs: update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
e2d83ee019
commit
919f220e71
@ -18,9 +18,24 @@
|
||||
|
||||
# Optionally a token can be provided, if it differs from the token
|
||||
# provided to GoReleaser
|
||||
#
|
||||
# Templates: allowed
|
||||
token: "{{ .Env.GITHUB_PERSONAL_AUTH_TOKEN }}"
|
||||
|
||||
# Optionally specify if this is a token from another SCM, allowing to
|
||||
# cross-publish.
|
||||
#
|
||||
# Only taken into account if `token` is set.
|
||||
#
|
||||
# Valid options:
|
||||
# - 'github'
|
||||
# - 'gitlab'
|
||||
# - 'gitea'
|
||||
#
|
||||
# This feature is only available in GoReleaser Pro.
|
||||
# Since: v1.26 (pro)
|
||||
token_type: "github"
|
||||
|
||||
# Sets up pull request creation instead of just pushing to the given branch.
|
||||
# Make sure the 'branch' property is different from base before enabling
|
||||
# it.
|
||||
|
@ -3,6 +3,7 @@
|
||||
GoReleaser Pro is a paid, closed-source GoReleaser distribution with some
|
||||
additional features:
|
||||
|
||||
- [x] Cross publish (e.g. releases to GitLab, homebrew to GitHub);
|
||||
- [x] Keep [DockerHub image descriptions up to date](/customization/dockerhub);
|
||||
- [x] Create [macOS disk images (DMGs)](/customization/dmg);
|
||||
- [x] Create [Windows installers](/customization/msi);
|
||||
@ -55,7 +56,6 @@ 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;
|
||||
- [ ] first-class macOS signing;
|
||||
|
||||
That said, your input is always welcome!
|
||||
Once you buy it, feel free to
|
||||
|
Loading…
x
Reference in New Issue
Block a user