mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 05:12:33 +00:00
- Enhanced the version-bump.yml workflow to automatically update the version in package.json and Cargo.toml files. - Implemented logic to compute the new minor version and create a single commit and tag for both npm and Cargo. - Ensured the workflow prevents triggering itself by including [skip ci] in the commit message.