From 80278ee801e08850a160098d4bcfe5d767183144 Mon Sep 17 00:00:00 2001 From: ScuroNeko Date: Thu, 6 Aug 2026 12:53:05 +0300 Subject: [PATCH] readme cleanup --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 29c21b8..85321e1 100644 --- a/README.md +++ b/README.md @@ -260,16 +260,3 @@ go vet ./... The Gitea workflow verifies Go formatting, runs `golangci-lint`, and builds the Docker image with the SSH-client smoke test on pushes and pull requests. - -## Release status - -The CLI and Docker workflows are documented, but the current repository is -not ready for a `v1.0.0` release yet. See the release checklist below. - -### v1.0.0 release checklist - -- Confirm that the Go and Docker CI jobs pass for the release commit. -- Publish the versioned Go module tag and Docker image, then verify the - installation instructions from a clean environment. -- Publish a tag such as `v1.0.0` only after the checklist is complete and the - public CLI/configuration contract is considered stable.