Skip to content

Commit

Permalink
fixing numbering in releasing docs for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimas committed Oct 21, 2021
1 parent 1f3478d commit e9dafd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`.

0 comments on commit e9dafd7

Please sign in to comment.