From ab7ca21a31993c2f4e51447ce25232084771fcf8 Mon Sep 17 00:00:00 2001 From: Balduin Landolt <33053745+BalduinLandolt@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:57:34 +0200 Subject: [PATCH] chore: Attempt to fix release-please (#186) --- .github/release-please/config.json | 17 ++++++++++++++--- .github/release-please/manifest.json | 7 ++++--- Cargo.lock | 6 +++--- Cargo.toml | 2 +- dsp-domain/Cargo.toml | 2 +- dsp-meta-cmd/Cargo.toml | 2 +- dsp-meta/Cargo.toml | 2 +- 7 files changed, 25 insertions(+), 13 deletions(-) diff --git a/.github/release-please/config.json b/.github/release-please/config.json index c50a806b..432625e1 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -18,6 +18,11 @@ "section": "Maintenance", "hidden": false }, + { + "type": "build", + "section": "Maintenance", + "hidden": false + }, { "type": "docs", "section": "Documentation", @@ -43,14 +48,20 @@ } ], "packages": { + ".": { + "release-type": "rust" + }, "dsp-domain": { - "component": "dsp-domain" + "component": "dsp-domain", + "release-type": "rust" }, "dsp-meta": { - "component": "dsp-meta" + "component": "dsp-meta", + "release-type": "rust" }, "dsp-meta-cli": { - "component": "dsp-meta-cmd" + "component": "dsp-meta-cmd", + "release-type": "rust" } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 11c4ee8f..f1c31ad0 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,6 @@ { - "dsp-domain": "0.1.0", - "dsp-meta": "0.1.0", - "dsp-meta-cmd": "2.0.2" + ".": "2.0.3", + "dsp-domain": "2.0.3", + "dsp-meta": "2.0.3", + "dsp-meta-cmd": "2.0.3" } diff --git a/Cargo.lock b/Cargo.lock index a2f5522f..5d37e438 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,7 +563,7 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dsp-domain" -version = "0.1.0" +version = "2.0.3" dependencies = [ "anyhow", "assert_cmd", @@ -587,7 +587,7 @@ dependencies = [ [[package]] name = "dsp-meta" -version = "0.1.0" +version = "2.0.3" dependencies = [ "anyhow", "assert_cmd", @@ -624,7 +624,7 @@ dependencies = [ [[package]] name = "dsp-meta-cmd" -version = "2.0.2" +version = "2.0.3" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 0be58b83..cbe1275f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace.package] -version = "2.0.0" +version = "2.0.3" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/dasch-swiss/dsp-meta" diff --git a/dsp-domain/Cargo.toml b/dsp-domain/Cargo.toml index 1813cbf8..22b1024f 100644 --- a/dsp-domain/Cargo.toml +++ b/dsp-domain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsp-domain" -version = "0.1.0" +version = "2.0.3" edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/dsp-meta-cmd/Cargo.toml b/dsp-meta-cmd/Cargo.toml index 7df0cfea..067bafb6 100644 --- a/dsp-meta-cmd/Cargo.toml +++ b/dsp-meta-cmd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsp-meta-cmd" -version = "2.0.2" +version = "2.0.3" edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/dsp-meta/Cargo.toml b/dsp-meta/Cargo.toml index 89ae7fa6..4e4f3e25 100644 --- a/dsp-meta/Cargo.toml +++ b/dsp-meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsp-meta" -version = "0.1.0" +version = "2.0.3" edition.workspace = true license.workspace = true homepage.workspace = true