Skip to content

Commit 2d55e74

Browse files
authored
Merge pull request #472 from eed3si9n/wip/tree-sitter-0.24
Update version to 0.24.0
2 parents c7d99f8 + 4f3c2fb commit 2d55e74

File tree

7 files changed

+19
-9
lines changed

7 files changed

+19
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,12 @@ tree-sitter parse <path/to/your/file.scala>
114114
```
115115

116116
Then the tree will be printed out for you to copy.
117+
118+
## Release
119+
120+
1. Update `version` in `tree-sitte.json`
121+
2. Update `version` in `package.json`, then run `npm install`
122+
3. Update `VERSION` in `CMakeLists.txt`
123+
4. Update `VERSION` in `Makefile`
124+
5. Update `version` in `Cargo.toml`, then run `cargo build`
125+
6. Update `version` in `pyproject.toml`

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tree-sitter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"metadata": {
18-
"version": "0.23.4",
18+
"version": "0.24.0",
1919
"license": "MIT",
2020
"description": "Scala grammar for tree-sitter",
2121
"authors": [

0 commit comments

Comments
 (0)