72ed45a77c
- remove `cargo-make` integration - rework CI pipeline more granular and precise - rework releasing process - tune up project layout - fill up new CHANGELOGs Additionally: - fix latest nightly/stable Rust inconsistencies
23 lines
765 B
TOML
23 lines
765 B
TOML
[[pre-release-replacements]]
|
|
file = "../book/src/advanced/subscriptions.md"
|
|
exactly = 1
|
|
search = "juniper_subscriptions = \"[^\"]+\""
|
|
replace = "juniper_subscriptions = \"{{version}}\""
|
|
|
|
[[pre-release-replacements]]
|
|
file = "../juniper_graphql_ws/Cargo.toml"
|
|
exactly = 1
|
|
search = "juniper_subscriptions = \\{ version = \"[^\"]+\""
|
|
replace = "juniper_subscriptions = { version = \"{{version}}\""
|
|
|
|
[[pre-release-replacements]]
|
|
file = "CHANGELOG.md"
|
|
exactly = 1
|
|
search = "## master"
|
|
replace = "## [{{version}}] · {{date}}\n[{{version}}]: /../../tree/{{crate_name}}%40{{version}}/{{crate_name}}"
|
|
|
|
[[pre-release-replacements]]
|
|
file = "README.md"
|
|
exactly = 3
|
|
search = "graphql-rust/juniper/blob/[^/]+/"
|
|
replace = "graphql-rust/juniper/blob/{{crate_name}}%40{{version}}/"
|