Skip to content

Commit c3ba18d

Browse files
committed
chore(repo): include cargo lock in release please
1 parent 461a0d1 commit c3ba18d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

release-please-config.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@
7272
"type": "toml",
7373
"path": "Cargo.toml",
7474
"jsonpath": "$.package.version"
75+
},
76+
{
77+
"type": "toml",
78+
"path": "Cargo.lock",
79+
"jsonpath": "$.package[?(@.name == \"ejector\" && !@.source)].version"
7580
}
7681
]
7782
},
@@ -85,6 +90,11 @@
8590
"type": "toml",
8691
"path": "Cargo.toml",
8792
"jsonpath": "$.package.version"
93+
},
94+
{
95+
"type": "toml",
96+
"path": "Cargo.lock",
97+
"jsonpath": "$.package[?(@.name == \"overseer-rs\" && !@.source)].version"
8898
}
8999
]
90100
},
@@ -110,6 +120,16 @@
110120
"type": "toml",
111121
"path": "Cargo.toml",
112122
"jsonpath": "$.workspace.package.version"
123+
},
124+
{
125+
"type": "toml",
126+
"path": "crates/bindings/Cargo.toml",
127+
"jsonpath": "$.package.version"
128+
},
129+
{
130+
"type": "toml",
131+
"path": "Cargo.lock",
132+
"jsonpath": "$.package[?((@.name == \"taiko-client\" || @.name == \"bindings\" || @.name == \"driver\" || @.name == \"preconfirmation-driver\" || @.name == \"whitelist-preconfirmation-driver\" || @.name == \"proposer\" || @.name == \"protocol\" || @.name == \"rpc\" || @.name == \"test-harness\") && !@.source)].version"
113133
}
114134
]
115135
},
@@ -122,6 +142,11 @@
122142
"type": "toml",
123143
"path": "Cargo.toml",
124144
"jsonpath": "$.package.version"
145+
},
146+
{
147+
"type": "toml",
148+
"path": "Cargo.lock",
149+
"jsonpath": "$.package[?(@.name == \"urcindexer-rs\" && !@.source)].version"
125150
}
126151
]
127152
},

0 commit comments

Comments
 (0)