Bump Cargo version in prerelease workflow (#77)

* bump version in Cargo.toml to match npm version

* chore: bump version to 0.0.37-ersion.0

* chore: bump version to 0.0.37-ersion.1

* bump version in Cargo.toml to match npm version

* chore: bump version to 0.0.37-ersion.2

* use node script to bump cargo version

* use cargo-edit to set version

* add cache for cargo-edit

* set cargo version same as npm

* fix cargo toml location

* fix cargo toml version

* chore: bump version to 0.0.37-ersion.3

---------

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Anastasiia Solop
2025-07-04 18:27:33 +02:00
committed by GitHub
parent d60b78c7d1
commit 17ed214c62
4 changed files with 16 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "vibe-kanban",
"private": false,
"version": "0.0.37",
"version": "0.0.37-ersion.3",
"main": "index.js",
"bin": {
"vibe-kanban": "bin/cli.js"