Merge pull request #4586 from dhiemaz/fixing-docs-releasing

fixing numbering in releasing docs for consistency.
This commit is contained in:
Sam 2021-10-21 11:41:42 -07:00 committed by GitHub
commit 7526ea505d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,6 @@ If the build fails, there is not a clean way to re-run it. The easiest way would
A local release can be created for testing without creating anything official on the release page.
0. Make sure GoReleaser is installed: `brew install goreleaser`
1. `goreleaser --skip-validate --skip-publish --rm-dist`
2. Find the built products under `dist/`.
1. Make sure GoReleaser is installed: `brew install goreleaser`
2. `goreleaser --skip-validate --skip-publish --rm-dist`
3. Find the built products under `dist/`.