You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The config file has the following sections:
53
53
*[dockerfile](#dockerfile)
54
54
*[golang](#golang)
55
55
*[golangciLint](#golangcilint)
56
-
*[GoReleaser](#goreleaser)
56
+
*[goReleaser](#goreleaser)
57
57
*[makefile](#makefile)
58
58
*[metadata](#metadata)
59
59
*[renovate](#renovate)
@@ -207,17 +207,17 @@ for function signatures that `errcheck` accepts.
207
207
208
208
Take a look at `go-makefile-maker`'s own [`golangci-lint` config file](./.golangci.yaml) for an up-to-date example of what the generated config would look like.
If `goreleaser.createConfig` is set to true or it is unset but the release GitHub Workflow is enabled, a config file for goreleaser will be generated based on the metadata of the repository.
220
+
If `goReleaser.createConfig` is set to true or it is unset but the release GitHub Workflow is enabled, a config file for goreleaser will be generated based on the metadata of the repository.
221
221
The `format` option can be used to only upload binaries. It corresponds to the upstream archives[].format option. See <https://goreleaser.com/customization/archive/> for more details.
222
222
The `binaryName` option can be used to change the name of the compiled binaries. It corresponds to the upstream builds[].binary option. This is only really useful when format is set to binary. It defaults to name of the first entry in the binaries option.
223
223
The `nameTemplate` option can be used to change the name of uploaded release artefacts. It corresponds to the upstream archives[].name_template option.
@@ -475,7 +475,7 @@ pushContainerToGhcr:
475
475
476
476
If `release` is enabled a workflow is generated which creates a new GitHub release using goreleaser when a git tag is pushed.
477
477
478
-
`goreleaser.enabled`will be enabled automatically when the option isn't set yet.
478
+
`goReleaser.enabled`will be enabled automatically when the option isn't set yet.
0 commit comments