readme cleanup
Golang lint / docker-smoke (push) Successful in 13s
Golang lint / lint (push) Successful in 15s

This commit is contained in:
2026-08-06 12:53:05 +03:00
parent 149d20e501
commit 80278ee801
-13
View File
@@ -260,16 +260,3 @@ go vet ./...
The Gitea workflow verifies Go formatting, runs `golangci-lint`, and builds 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. 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.