Fix version bump workflow (#95)
* tmp fix: set new version to 0.0.38 * get latest npm version and bump it instead of relying on package.json which can be out of sync * improve cargo-edit cache * add timestamp to tags * chore: bump version to 0.0.40-nbump.0 * chore: bump version to 0.0.40-nbump.1 * fix tag name * chore: bump version to 0.0.40-nbump.2 * fix double v in tag name * chore: bump version to 0.0.40-nbump.3 --------- Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vibe-kanban",
|
||||
"version": "0.0.39",
|
||||
"version": "0.0.40-nbump.3",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "export FRONTEND_PORT=$(node scripts/setup-dev-environment.js frontend) && export BACKEND_PORT=$(node scripts/setup-dev-environment.js backend) && concurrently \"npm run backend:dev:watch\" \"npm run frontend:dev\"",
|
||||
|
||||
Reference in New Issue
Block a user