forked from jmug/stoatchat
ci: add the dependency chain into release please (#477)
This commit is contained in:
@@ -42,7 +42,7 @@ revolt-result = { path = "../core/result" }
|
|||||||
revolt-models = { path = "../core/models" }
|
revolt-models = { path = "../core/models" }
|
||||||
revolt-config = { path = "../core/config" }
|
revolt-config = { path = "../core/config" }
|
||||||
revolt-database = { path = "../core/database", features = ["voice"] }
|
revolt-database = { path = "../core/database", features = ["voice"] }
|
||||||
revolt-permissions = { version = "0.8.8", path = "../core/permissions" }
|
revolt-permissions = { path = "../core/permissions" }
|
||||||
revolt-presence = { path = "../core/presence", features = ["redis-is-patched"] }
|
revolt-presence = { path = "../core/presence", features = ["redis-is-patched"] }
|
||||||
|
|
||||||
# redis
|
# redis
|
||||||
|
|||||||
@@ -30,21 +30,76 @@
|
|||||||
"path": "crates/core/config/Cargo.toml",
|
"path": "crates/core/config/Cargo.toml",
|
||||||
"jsonpath": "$.package.version"
|
"jsonpath": "$.package.version"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/core/config/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-result'].version"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "toml",
|
"type": "toml",
|
||||||
"path": "crates/core/database/Cargo.toml",
|
"path": "crates/core/database/Cargo.toml",
|
||||||
"jsonpath": "$.package.version"
|
"jsonpath": "$.package.version"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/core/database/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-config'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/core/database/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-result'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/core/database/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-models'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/core/database/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-presence'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/core/database/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-permissions'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/core/database/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-parser'].version"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "toml",
|
"type": "toml",
|
||||||
"path": "crates/core/files/Cargo.toml",
|
"path": "crates/core/files/Cargo.toml",
|
||||||
"jsonpath": "$.package.version"
|
"jsonpath": "$.package.version"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/core/files/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-config'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/core/files/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-result'].version"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "toml",
|
"type": "toml",
|
||||||
"path": "crates/core/models/Cargo.toml",
|
"path": "crates/core/models/Cargo.toml",
|
||||||
"jsonpath": "$.package.version"
|
"jsonpath": "$.package.version"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/core/models/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-config'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/core/models/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-permissions'].version"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "toml",
|
"type": "toml",
|
||||||
"path": "crates/core/parser/Cargo.toml",
|
"path": "crates/core/parser/Cargo.toml",
|
||||||
@@ -55,16 +110,41 @@
|
|||||||
"path": "crates/core/permissions/Cargo.toml",
|
"path": "crates/core/permissions/Cargo.toml",
|
||||||
"jsonpath": "$.package.version"
|
"jsonpath": "$.package.version"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/core/permissions/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-result'].version"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "toml",
|
"type": "toml",
|
||||||
"path": "crates/core/presence/Cargo.toml",
|
"path": "crates/core/presence/Cargo.toml",
|
||||||
"jsonpath": "$.package.version"
|
"jsonpath": "$.package.version"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/core/presence/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-config'].version"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "toml",
|
"type": "toml",
|
||||||
"path": "crates/core/ratelimits/Cargo.toml",
|
"path": "crates/core/ratelimits/Cargo.toml",
|
||||||
"jsonpath": "$.package.version"
|
"jsonpath": "$.package.version"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/core/ratelimits/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-database'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/core/ratelimits/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-result'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/core/ratelimits/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-config'].version"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "toml",
|
"type": "toml",
|
||||||
"path": "crates/core/result/Cargo.toml",
|
"path": "crates/core/result/Cargo.toml",
|
||||||
@@ -75,11 +155,56 @@
|
|||||||
"path": "crates/daemons/crond/Cargo.toml",
|
"path": "crates/daemons/crond/Cargo.toml",
|
||||||
"jsonpath": "$.package.version"
|
"jsonpath": "$.package.version"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/daemons/crond/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-database'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/daemons/crond/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-result'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/daemons/crond/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-config'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/daemons/crond/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-files'].version"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "toml",
|
"type": "toml",
|
||||||
"path": "crates/daemons/pushd/Cargo.toml",
|
"path": "crates/daemons/pushd/Cargo.toml",
|
||||||
"jsonpath": "$.package.version"
|
"jsonpath": "$.package.version"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/daemons/pushd/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-result'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/daemons/pushd/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-config'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/daemons/pushd/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-database'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/daemons/pushd/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-models'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/daemons/pushd/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-presence'].version"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "toml",
|
"type": "toml",
|
||||||
"path": "crates/daemons/voice-ingress/Cargo.toml",
|
"path": "crates/daemons/voice-ingress/Cargo.toml",
|
||||||
@@ -90,15 +215,90 @@
|
|||||||
"path": "crates/services/autumn/Cargo.toml",
|
"path": "crates/services/autumn/Cargo.toml",
|
||||||
"jsonpath": "$.package.version"
|
"jsonpath": "$.package.version"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/services/autumn/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-files'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/services/autumn/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-config'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/services/autumn/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-database'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/services/autumn/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-result'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/services/autumn/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-ratelimits'].version"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "toml",
|
"type": "toml",
|
||||||
"path": "crates/services/gifbox/Cargo.toml",
|
"path": "crates/services/gifbox/Cargo.toml",
|
||||||
"jsonpath": "$.package.version"
|
"jsonpath": "$.package.version"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/services/gifbox/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-config'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/services/gifbox/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-models'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/services/gifbox/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-result'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/services/gifbox/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-coalesced'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/services/gifbox/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-database'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/services/gifbox/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-ratelimits'].version"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "toml",
|
"type": "toml",
|
||||||
"path": "crates/services/january/Cargo.toml",
|
"path": "crates/services/january/Cargo.toml",
|
||||||
"jsonpath": "$.package.version"
|
"jsonpath": "$.package.version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/services/january/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-config'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/services/january/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-models'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/services/january/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-result'].version"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "toml",
|
||||||
|
"path": "crates/services/january/Cargo.toml",
|
||||||
|
"jsonpath": "$.dependencies['revolt-files'].version"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user