summaryrefslogtreecommitdiffstats
path: root/vendored_parsers/tree-sitter-elm/HOW_TO_RELEASE.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendored_parsers/tree-sitter-elm/HOW_TO_RELEASE.md')
-rw-r--r--vendored_parsers/tree-sitter-elm/HOW_TO_RELEASE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendored_parsers/tree-sitter-elm/HOW_TO_RELEASE.md b/vendored_parsers/tree-sitter-elm/HOW_TO_RELEASE.md
index bf643904e..7a700816e 100644
--- a/vendored_parsers/tree-sitter-elm/HOW_TO_RELEASE.md
+++ b/vendored_parsers/tree-sitter-elm/HOW_TO_RELEASE.md
@@ -1,5 +1,5 @@
1. Increase the version number in the package.json and the Cargo.toml
-2. Run `npm run generate-types && npm run generate-wasm`
+2. Run `npm run generate-wasm`
3. Push the code to main
4. Wait for tests to be successful
5. Create a release on github with the name being the version number from before prefixed with `v` for e.g. `v1.1.0`