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 -```