8000 docs: update · goreleaser/goreleaser@919f220 · GitHub
[go: up one dir, main page]

Skip to content

Commit 919f220

Browse files
committed
docs: update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
1 parent e2d83ee commit 919f220

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

www/docs/includes/repository.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,24 @@
1818

1919
# Optionally a token can be provided, if it differs from the token
2020
# provided to GoReleaser
21+
#
2122
# Templates: allowed
2223
token: "{{ .Env.GITHUB_PERSONAL_AUTH_TOKEN }}"
2324

25+
# Optionally specify if this is a token from another SCM, allowing to
26+
# cross-publish.
27+
#
28+
# Only taken into account if `token` is set.
29+
#
30+
# Valid options:
31+
# - 'github'
32+
# - 'gitlab'
33+
# - 'gitea'
34+
#
35+
# This feature is only available in GoReleaser Pro.
36+
# Since: v1.26 (pro)
37+
token_type: "github"
38+
2439
# Sets up pull request creation instead of just pushing to the given branch.
2540
# Make sure the 'branch' property is different from base before enabling
2641
# it.

www/docs/pro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
GoReleaser Pro is a paid, closed-source GoReleaser distribution with some
44
additional features:
55

6+
- [x] Cross publish (e.g. releases to GitLab, homebrew to GitHub);
67
- [x] Keep [DockerHub image descriptions up to date](/customization/dockerhub);
78
- [x] Create [macOS disk images (DMGs)](/customization/dmg);
89
- [x] Create [Windows installers](/customization/msi);
@@ -55,7 +56,6 @@ of the things we plan to work on, in one form or another:
5556

5657
- [ ] `--dry-run` to test the release locally, possibly skipping the actual
5758
build of the binaries to focus on faster iteration of the other parts;
58-
- [ ] first-class macOS signing;
5959

6060
That said, your input is always welcome!
6161
Once you buy it, feel free to

0 commit comments

Comments
 (0)
0