We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d356af commit c56148aCopy full SHA for c56148a
README.md
@@ -64,6 +64,6 @@ import { compress, decompress } from '@mongodb-js/zstd';
64
CI will automatically publish when it detects a new release after:
65
66
```
67
-npm run release
+npm run release -- --release-as <patch|minor|major>
68
git push --follow-tags origin main
69
0 commit comments