Skip to content

Commit 6b60d37

Browse files
committed
feat(cargo)!: rename package to tree-sitter-tsquery
Problem: Cannot publish new versions on crates.io since tree-sitter-query crate owner is unresponsive. Solution: Publish packages as tree-sitter-tsquery.
1 parent 2668cc5 commit 6b60d37

File tree

3 files changed

+31
-22
lines changed

3 files changed

+31
-22
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
1717
crates:
1818
uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
19+
with:
20+
package-name: tree-sitter-tsquery
1921
secrets:
2022
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_TOKEN}}
2123
pypi:

Cargo.lock

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

Cargo.toml

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

0 commit comments

Comments
 (0)