Skip to content

Commit

Permalink
chore: Attempt to fix release-please (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
BalduinLandolt authored Aug 19, 2024
1 parent 9da2a96 commit ab7ca21
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 13 deletions.
17 changes: 14 additions & 3 deletions .github/release-please/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"section": "Maintenance",
"hidden": false
},
{
"type": "build",
"section": "Maintenance",
"hidden": false
},
{
"type": "docs",
"section": "Documentation",
Expand All @@ -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"
Expand Down
7 changes: 4 additions & 3 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dsp-domain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dsp-meta-cmd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dsp-meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ab7ca21

Please sign in to comment.