From 7d8c6de63fe79b693442265f3fe6a88b914bd260 Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Thu, 5 Dec 2024 13:36:03 -0500 Subject: [PATCH] chore: remove outdated release section from readme (#55) --- 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 -```