Skip to content

Commit 412af9c

Browse files
authored
chore(cargo-mono): add typia publish tag target (#341)
## Summary - add `typia` to `[workspace.metadata.cargo-mono.publish.tag].packages` in root `Cargo.toml` - allow `cargo-mono publish` to create release tags for `typia` ## Testing - not run (configuration-only change)
1 parent 4d6c4bc commit 412af9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
]
1111

1212
[workspace.metadata.cargo-mono.publish.tag]
13-
packages = ["nodeup", "cargo-mono"]
13+
packages = ["nodeup", "cargo-mono", "typia"]
1414

1515
# Release profile optimizations
1616
[profile.release]

0 commit comments

Comments
 (0)