File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 18
18
19
19
# Optionally a token can be provided, if it differs from the token
20
20
# provided to GoReleaser
21
+ #
21
22
# Templates: allowed
22
23
token: "{{ .Env.GITHUB_PERSONAL_AUTH_TOKEN }}"
23
24
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
+
24
39
# Sets up pull request creation instead of just pushing to the given branch.
25
40
# Make sure the 'branch' property is different from base before enabling
26
41
# it.
Original file line number Diff line number Diff line change 3
3
GoReleaser Pro is a paid, closed-source GoReleaser distribution with some
4
4
additional features:
5
5
6
+ - [x] Cross publish (e.g. releases to GitLab, homebrew to GitHub);
6
7
- [x] Keep [ DockerHub image descriptions up to date] ( /customization/dockerhub ) ;
7
8
- [x] Create [ macOS disk images (DMGs)] ( /customization/dmg ) ;
8
9
- [x] Create [ Windows installers] ( /customization/msi ) ;
@@ -55,7 +56,6 @@ of the things we plan to work on, in one form or another:
55
56
56
57
- [ ] ` --dry-run ` to test the release locally, possibly skipping the actual
57
58
build of the binaries to focus on faster iteration of the other parts;
58
- - [ ] first-class macOS signing;
59
59
60
60
That said, your input is always welcome!
61
61
Once you buy it, feel free to
You can’t perform that action at this time.
0 commit comments