Closed SKalt closed 1 year ago
Context: I'd like to use tree-sitter-gitcommit to parse and validate conventional commit messages for another project. My preferred way to install tree-sitter bindings is npm install or cargo add. However, when I go to https://www.npmjs.com/package/tree-sitter-gitcommit or https://crates.io/crates/tree-sitter-gitcommit I've found that both are missing.
tree-sitter-gitcommit
npm install
cargo add
I'd be happy to submit a GitHub workflow for publishing both an npm package and a crate! Here's the process I'm picturing:
standard-version
To be clear, you would retain full control over both the npm package and the crate.
Hi! That's a great idea! If you have some times to initiate a pull request to create github workflow for that, I can confire npm and crates.io to allows publishing :) Thanks
Closed-by: #35
Context: I'd like to use
tree-sitter-gitcommit
to parse and validate conventional commit messages for another project. My preferred way to install tree-sitter bindings isnpm install
orcargo add
. However, when I go to https://www.npmjs.com/package/tree-sitter-gitcommit or https://crates.io/crates/tree-sitter-gitcommit I've found that both are missing.I'd be happy to submit a GitHub workflow for publishing both an npm package and a crate! Here's the process I'm picturing:
standard-version
to generate a changelog and an appropriate increment to the current versionTo be clear, you would retain full control over both the npm package and the crate.