mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-20 03:59:26 +02:00
docs: typo
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
4fb4ee67af
commit
820194cc92
2
.github/ISSUE_TEMPLATE/bug.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug.yaml
vendored
@ -8,7 +8,7 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to fill out this bug report! Please fill the form bellow.
|
Thanks for taking the time to fill out this bug report! Please fill the form below.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-happened
|
id: what-happened
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -45,7 +45,7 @@ func requireHeader(t *testing.T, r *http.Request, header, want string) {
|
|||||||
require.Equal(t, want, r.Header.Get(header))
|
require.Equal(t, want, r.Header.Get(header))
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: improve all tests bellow by checking wether the mocked handlers
|
// TODO: improve all tests below by checking wether the mocked handlers
|
||||||
// were called or not.
|
// were called or not.
|
||||||
|
|
||||||
func TestRunPipe_ModeBinary(t *testing.T) {
|
func TestRunPipe_ModeBinary(t *testing.T) {
|
||||||
|
@ -46,7 +46,7 @@ func requireHeader(t *testing.T, r *http.Request, header, want string) {
|
|||||||
require.Equal(t, want, r.Header.Get(header))
|
require.Equal(t, want, r.Header.Get(header))
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: improve all tests bellow by checking wether the mocked handlers
|
// TODO: improve all tests below by checking wether the mocked handlers
|
||||||
// were called or not.
|
// were called or not.
|
||||||
|
|
||||||
func TestRunPipe_ModeBinary(t *testing.T) {
|
func TestRunPipe_ModeBinary(t *testing.T) {
|
||||||
|
@ -69,7 +69,7 @@ archives:
|
|||||||
- docs/*
|
- docs/*
|
||||||
- design/*.png
|
- design/*.png
|
||||||
- templates/**/*
|
- templates/**/*
|
||||||
# a more complete example, check the globbing deep dive bellow
|
# a more complete example, check the globbing deep dive below
|
||||||
- src: '*.md'
|
- src: '*.md'
|
||||||
dst: docs
|
dst: docs
|
||||||
# Strip parent folders when adding files to the archive.
|
# Strip parent folders when adding files to the archive.
|
||||||
|
@ -7,7 +7,7 @@ A [verifiable build][vgo] is one that records enough information to be precise a
|
|||||||
All dependencies are loaded via `proxy.golang.org`, and verified against the checksum database `sum.golang.org`.
|
All dependencies are loaded via `proxy.golang.org`, and verified against the checksum database `sum.golang.org`.
|
||||||
A GoReleaser-created verifiable build will include module information in the resulting binary, which can be printed using `go version -m mybinary`.
|
A GoReleaser-created verifiable build will include module information in the resulting binary, which can be printed using `go version -m mybinary`.
|
||||||
|
|
||||||
Configuration options available are described bellow.
|
Configuration options available are described below.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# goreleaser.yml
|
# goreleaser.yml
|
||||||
|
@ -4,7 +4,7 @@ There are two GoReleaser distributions: OSS and [Pro](/pro/).
|
|||||||
|
|
||||||
You can install the pre-compiled binary (in several different ways), use Docker or compile from source (when on OSS).
|
You can install the pre-compiled binary (in several different ways), use Docker or compile from source (when on OSS).
|
||||||
|
|
||||||
Bellow you can find the steps for each of them.
|
Below you can find the steps for each of them.
|
||||||
|
|
||||||
## Install the pre-compiled binary
|
## Install the pre-compiled binary
|
||||||
|
|
||||||
@ -190,7 +190,7 @@ You can verify it using [our public key](https://goreleaser.com/static/gorelease
|
|||||||
## Running with Docker
|
## Running with Docker
|
||||||
|
|
||||||
You can also use it within a Docker container.
|
You can also use it within a Docker container.
|
||||||
To do that, you'll need to execute something more-or-less like the examples bellow.
|
To do that, you'll need to execute something more-or-less like the examples below.
|
||||||
|
|
||||||
=== "OSS"
|
=== "OSS"
|
||||||
Registries:
|
Registries:
|
||||||
|
@ -23,7 +23,7 @@ This ultimately is used to buy/renew domains, keep servers up (although right no
|
|||||||
|
|
||||||
You can start sponsoring at the [OpenCollective website](https://opencollective.com/goreleaser).
|
You can start sponsoring at the [OpenCollective website](https://opencollective.com/goreleaser).
|
||||||
|
|
||||||
Bellow you can see a list of the current sponsors and backers on OpenCollective:
|
Below you can see a list of the current sponsors and backers on OpenCollective:
|
||||||
|
|
||||||
### Sponsors
|
### Sponsors
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user