We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35e76a commit b491bc4Copy full SHA for b491bc4
1 file changed
README.md
@@ -87,14 +87,11 @@ npm run build:standalone
87
>
88
> **You must update the `version` in `package.json` and commit all changes first!**
89
90
-### NPM
91
-
92
```bash
93
-npm run release:npm
94
-```
+npm run release
95
96
-### Homebrew + Github
97
98
-```bash
+# release individually
+npm run release:npm
+npm run release:github
99
npm run release:brew
100
```
0 commit comments