Skip to content

Conversation

@HideBa
Copy link
Member

@HideBa HideBa commented Sep 12, 2025

  • Introduced a new workflow file publish-crate.yml to automate the publishing of the Rust crate.
  • The workflow includes steps for checking out the code, setting up Rust, bumping the crate version, and publishing to crates.io.
  • Added version bumping functionality with user-defined options for patch, minor, or major updates.

- Introduced a new workflow file `publish-npm.yml` to automate the publishing of the NPM package.
- The workflow includes steps for checking out the code, setting up Node.js and Rust, installing `wasm-pack`, building the WASM package, and publishing to NPM.
- Removed outdated JavaScript files and related assets from the `js` directory, including `.gitignore`, WASM binaries, TypeScript definitions, and documentation files.
- Introduced a new workflow file `publish-crate.yml` to automate the publishing of the Rust crate.
- The workflow includes steps for checking out the code, setting up Rust, bumping the crate version, and publishing to crates.io.
- Added version bumping functionality with user-defined options for patch, minor, or major updates.
@HideBa HideBa requested a review from hugoledoux September 12, 2025 10:46
@hugoledoux hugoledoux merged commit e123994 into develop Sep 12, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants