Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Apr 27, 2024
1 parent e2d83ee commit 919f220
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions www/docs/includes/repository.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion www/docs/pro.md
Expand Up @@ -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);
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 919f220

Please sign in to comment.