From e9dafd7c32631ebd821fa484039d1d43a60e828b Mon Sep 17 00:00:00 2001 From: dimas Date: Fri, 22 Oct 2021 01:25:23 +0700 Subject: [PATCH] fixing numbering in releasing docs for consistency. --- docs/releasing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/releasing.md b/docs/releasing.md index f17902c7b..e762d845e 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -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/`.