diff --git a/Cargo.toml b/Cargo.toml index 24cd923..fa3fae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ members = [ ] [workspace.package] -version = "0.0.0" edition = "2021" rust-version = "1.77" diff --git a/crates/commands/Cargo.toml b/crates/commands/Cargo.toml index e4176ed..afe2647 100644 --- a/crates/commands/Cargo.toml +++ b/crates/commands/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adhd-ranch-commands" -version.workspace = true +version = "0.0.0" edition.workspace = true rust-version.workspace = true diff --git a/crates/domain/Cargo.toml b/crates/domain/Cargo.toml index 65c7f55..f919074 100644 --- a/crates/domain/Cargo.toml +++ b/crates/domain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adhd-ranch-domain" -version.workspace = true +version = "0.0.0" edition.workspace = true rust-version.workspace = true diff --git a/crates/http-api/Cargo.toml b/crates/http-api/Cargo.toml index 7664760..cfc75ac 100644 --- a/crates/http-api/Cargo.toml +++ b/crates/http-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adhd-ranch-http-api" -version.workspace = true +version = "0.0.0" edition.workspace = true rust-version.workspace = true diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index 4ce7489..8e636c8 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adhd-ranch-storage" -version.workspace = true +version = "0.0.0" edition.workspace = true rust-version.workspace = true diff --git a/release-please-config.json b/release-please-config.json index efc52f3..8b1cc3b 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", - "release-type": "rust", + "release-type": "node", "bootstrap-sha": "b8a67c26adecb5036130d5e67af3aec5f98109b9", "include-component-in-tag": false, "packages": { @@ -8,6 +8,56 @@ "package-name": "adhd-ranch", "changelog-path": "CHANGELOG.md", "extra-files": [ + { + "type": "toml", + "path": "src-tauri/Cargo.toml", + "jsonpath": "$.package.version" + }, + { + "type": "toml", + "path": "crates/domain/Cargo.toml", + "jsonpath": "$.package.version" + }, + { + "type": "toml", + "path": "crates/storage/Cargo.toml", + "jsonpath": "$.package.version" + }, + { + "type": "toml", + "path": "crates/commands/Cargo.toml", + "jsonpath": "$.package.version" + }, + { + "type": "toml", + "path": "crates/http-api/Cargo.toml", + "jsonpath": "$.package.version" + }, + { + "type": "toml", + "path": "Cargo.lock", + "jsonpath": "$.package[0].version" + }, + { + "type": "toml", + "path": "Cargo.lock", + "jsonpath": "$.package[1].version" + }, + { + "type": "toml", + "path": "Cargo.lock", + "jsonpath": "$.package[2].version" + }, + { + "type": "toml", + "path": "Cargo.lock", + "jsonpath": "$.package[3].version" + }, + { + "type": "toml", + "path": "Cargo.lock", + "jsonpath": "$.package[4].version" + }, { "type": "json", "path": "package.json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d64a48e..1ad3dd3 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adhd-ranch" -version.workspace = true +version = "0.0.0" edition.workspace = true rust-version.workspace = true description = "Issue tracking for a five-year-old"