From dd6e618161852e73c7c10b67f7d5cf7019fe878e Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sun, 11 Jul 2021 14:03:04 +0200 Subject: [PATCH] typo --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 6ced548..7ed0f6e 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -19,7 +19,7 @@ Releases are automatically built by the github workflow and uploaded to the rele 1. Bump `VERSION` in `internal/config.go`. 2. Update `CHANGELOG.md` 3. Commit to master -4. Create a new release with the `v1.2.3` tag and mark as draft. +4. Create a new release with the `v1.2.3` tag and mark as pre-release. 5. The Github action will build the binaries, upload and mark the release as ready when done. ### Brew