tree-sitter-java
tree-sitter-java copied to clipboard
Release and tag a new version
Can you please release a new version? The latest one (v0.19.1) doesn’t work with modern nvim-treesitter.
I’m maintainer of the tree-sitter-java package in Alpine Linux and I had to update the package to the latest revision in the master branch, instead of using the tagged release, which is not optimal.
it seems like this repo is not very actively looked after at the moment.
@aryx ping
What should be the release number? 0.xxx.yyy?
You’ve already bumped version in Cargo.toml to 0.20.0 in 8833939. So I suppose it should be 0.20.0. However, I’m not maintainer of this project, I don’t know your versioning policy.
ok I've created a new release: https://github.com/tree-sitter/tree-sitter-java/releases/tag/v0.20.0
You didn’t bump version in package.json and Makefile!
There's been some discussions about it actually recently on the main tree-sitter repo: https://github.com/tree-sitter/tree-sitter/discussions/1768
@maxbrunsfeld what do I need to know to make those new release? What is currently automated?