Throwaway repository that smoke-tests an automated crates.io release pipeline (release-plz + GitHub Actions OIDC Trusted Publishing).
Two dummy crates:
pebblestack— base library (no workspace dependencies).cairnstack— depends onpebblestack; exercises publish ordering.
On every push to main, .github/workflows/post-merge.yml runs release-plz:
it bumps versions + changelogs from conventional commits, commits chore: release
back to main, and publishes any new versions to crates.io via OIDC (no stored
registry token).
The crates here are disposable and will be yanked.
Validated: OIDC publish, version bumps, informative messages, no GitHub releases.