feat(json-edit): added json-edit to update some json content with next global version

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-04 18:32:09 +02:00
parent 19e7adfedb
commit c08918ad6f
8 changed files with 219 additions and 0 deletions

13
Cargo.lock generated
View File

@@ -520,6 +520,19 @@ dependencies = [
"url",
]
[[package]]
name = "cuddle-please-release-strategy"
version = "0.1.0"
dependencies = [
"anyhow",
"pretty_assertions",
"semver",
"serde",
"tempdir",
"tracing",
"tracing-test",
]
[[package]]
name = "dagger-core"
version = "0.2.11"