chore(cargo-mono): add typia publish tag target#341
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2e0e3f6948
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| [workspace.metadata.cargo-mono.publish.tag] | ||
| packages = ["nodeup", "cargo-mono"] | ||
| packages = ["nodeup", "cargo-mono", "typia"] |
There was a problem hiding this comment.
Avoid allowlisting typia until it is publishable
Adding typia to the publish-tag allowlist does not enable tag creation right now because crates/typia/Cargo.toml still has publish = false, and cargo-mono publish filters non-publishable packages before it ever calls tag creation (execute in crates/cargo-mono/src/commands/publish.rs). That means this new entry is currently unreachable and the intended release-tag behavior for typia will not occur until publishability is changed.
Useful? React with 👍 / 👎.
Summary
typiato[workspace.metadata.cargo-mono.publish.tag].packagesin rootCargo.tomlcargo-mono publishto create release tags fortypiaTesting