chore(cargo): add publish metadata to the three new crates #320
No reviewers
Labels
No labels
area/ci-release
area/cli
area/docs
area/dungeon
area/ftl
area/graphics
area/gui
area/music
area/saves
area/tooling
port/amiga
port/dos
port/fm-towns
port/mac
port/pc98
port/sega-cd
priority/high
priority/low
priority/medium
type/bug
type/chore
type/docs
type/feature
type/research
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jqueuniet/dm2-tools!320
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/publish-metadata"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
dm2-convert,dm2-ffianddm2-wasmwere added withoutdescription,keywordsorcategories. crates.io requires a description, socargo publishrejects them outright; without keywords and categories the crates that did upload would land unlisted and unsearchable.Filled all three in, matching the wording and tagging convention of the crates published for 0.1.x.
dm2-convertdm2-ffidm2-wasmAn audit of all thirteen manifests found these three were the only ones missing metadata.
Verification
cargo metadatare-parses cleanly; every publishable crate now carries a description.cargo publish --workspace --dry-runnot run here: it fails in this environment before reaching the manifests, on cargo's git-status pass. Still worth running before the real publish.Note
The three new crates also set
homepage.workspace = true, which the 0.1.x crates omit (homepage and repository are the same URL). Left as-is — happy to align it if you'd rather.