From 4cae9cdc74aa08f5cf0b3afb9f1acd86d96995d0 Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Thu, 5 Dec 2024 13:30:11 -0500 Subject: [PATCH] chore: remove outdated release section from readme --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index f348d53..7671dfd 100644 --- a/README.md +++ b/README.md @@ -108,12 +108,3 @@ First, install and build the zstd library: Then: `npm test` - -## Releasing - -CI will automatically publish when it detects a new release after: - -``` -npm run release -- --release-as -git push --follow-tags origin main -```