Skip to content

Commit 7526ea5

Browse files
authored
Merge pull request cli#4586 from dhiemaz/fixing-docs-releasing
fixing numbering in releasing docs for consistency.
2 parents 2f7f224 + e9dafd7 commit 7526ea5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/releasing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ If the build fails, there is not a clean way to re-run it. The easiest way would
3131

3232
A local release can be created for testing without creating anything official on the release page.
3333

34-
0. Make sure GoReleaser is installed: `brew install goreleaser`
35-
1. `goreleaser --skip-validate --skip-publish --rm-dist`
36-
2. Find the built products under `dist/`.
34+
1. Make sure GoReleaser is installed: `brew install goreleaser`
35+
2. `goreleaser --skip-validate --skip-publish --rm-dist`
36+
3. Find the built products under `dist/`.

0 commit comments

Comments
 (0)