atilafassina / quantum

Tauri + SolidStart. Batteries Included 🔋
MIT License
428 stars 22 forks source link

Task to bump release automatically. #13

Closed atilafassina closed 2 months ago

atilafassina commented 3 months ago

To keep all 3 version declarations in sync, it's best to have a version bumping script and thus also pushing Notes / Changelog to CrabNebula.

- [ ] Updates package.json version. - [ ] Updates tauri.conf.json version.

Brendonovich commented 3 months ago

I don't think this is necessary, package.json can go without a version and the Tauri CLI can lookup the version from Cargo.toml if tauri.conf.json doesn't have one. In MacroGraph I just bump Cargo.toml and a workflow reads the version number from there, creates a tag, a release, etc.

atilafassina commented 3 months ago

I don't think this is necessary, package.json can go without a version and the Tauri CLI can lookup the version from Cargo.toml if tauri.conf.json doesn't have one. In MacroGraph I just bump Cargo.toml and a workflow reads the version number from there, creates a tag, a release, etc.

ohhh, absolutely! I will borrow that!

it's ours now