Skip to content

build(release): add publish metadata + cargo-release tooling#2

Draft
JustinKovacich wants to merge 6 commits into
mainfrom
chore/cargo-release
Draft

build(release): add publish metadata + cargo-release tooling#2
JustinKovacich wants to merge 6 commits into
mainfrom
chore/cargo-release

Conversation

@JustinKovacich

Copy link
Copy Markdown

Phase A of DFT→Kellnr: give simple_doip a publishable manifest (license/description/repository/keywords) and standard cargo-release + gated publish workflow (tag v{version}, crates.io, publish=false).

Live publish is gated behind vars.SIMPLE_DOIP_PUBLISH_ENABLED until the Kellnr crates.io proxy (#925 in dft) is live and a crates.io token is provisioned. No publish happens on merge.

Part of the DFT→Kellnr Phase A program (per-repo release model).

@JustinKovacich JustinKovacich self-assigned this Jun 29, 2026
@JustinKovacich JustinKovacich marked this pull request as ready for review July 10, 2026 15:04
JustinKovacich and others added 3 commits July 10, 2026 11:09
…ckticks)

Newer clippy (1.96) flags two pedantic lints on existing code that the
robust-CI job now enforces with -Dclippy::pedantic:

- duration_suboptimal_units: use from_secs/from_mins over smaller units
  (from_millis(5000)->from_secs(5), from_secs(120)->from_mins(2),
  from_secs(300)->from_mins(5)) - all values unchanged.
- doc_markdown: backtick DoIP, DoIPInt, and SendDiagnosticMessage in docs.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
cargo-semver-checks needs a published baseline on the registry to diff
against; simple_doip has never been published, so the check errors with
"not found in registry (crates.io)". Gate it behind the same variable
that already gates publish - there is no baseline to check until the
first publish happens, once #925's Kellnr proxy is live.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Drop the stale "once #925's proxy is live" precondition from the semver-checks
and publish gate comments. Publishing to crates.io needs only
CARGO_REGISTRY_TOKEN + crates.io reachability; the Kellnr crates.io proxy fronts
crates.io for dft-side consumption of the published crate, a separate concern.
The real gate is the token + the decision to cut a first version (semver-checks
also needs a published baseline to exist first).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@JustinKovacich JustinKovacich marked this pull request as draft July 13, 2026 17:19
@JustinKovacich

Copy link
Copy Markdown
Author

Holding — as part of the protocol-stack reframe, this crate is slated to move to a dedicated public repo under a new MicroVision public org (built on the Automotive Wire Codec, consumed internally via the Kellnr proxy). Standing up publish tooling in its current home is therefore on hold pending the org/hosting decision (to be finalized with Zach).

Converting to draft rather than closing so the work is easy to resume once the target repo/org is settled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants