Skip to content

Commit ebea069

Browse files
authored
docs: Update dev/release/README.md for new crate datafusion-proto-models (#24472)
## Which issue does this PR close? - Follow on to #22393 ## Rationale for this change A new crate was added, `datafusion-proto-models` that needs to be published ## What changes are included in this PR? Update publishing instructions ## Are these changes tested? I tested them manually ## Are there any user-facing changes? No
1 parent 6187d47 commit ebea069

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dev/release/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ Verify that the Cargo.toml in the tarball contains the correct version
318318
(cd datafusion/expr-common && cargo publish)
319319
(cd datafusion/macros && cargo publish)
320320
(cd datafusion/proto-common && cargo publish)
321+
(cd datafusion/proto-models && cargo publish)
321322
(cd datafusion/physical-expr-common && cargo publish)
322323
(cd datafusion/functions-aggregate-common && cargo publish)
323324
(cd datafusion/functions-window-common && cargo publish)

0 commit comments

Comments
 (0)