Skip to content

Commit

Permalink
fix: Update release configuration for jpegxl-rs and jpegxl-sys packages
Browse files Browse the repository at this point in the history
  • Loading branch information
inflation committed Sep 27, 2024
1 parent 5a62e9a commit 941a7b2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions release-plz.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
[workspace]
publish_features = ["vendored"]
[[package]]
name = "jpegxl-rs"
changelog_include = ["jpegxl-sys"]
publish_features = ["vendored"]

[[package]]
name = "jpegxl-sys"
changelog_include = ["jpegxl-src"]
publish_features = ["vendored"]

0 comments on commit 941a7b2

Please sign in to comment.