]> Untitled Git - bdk-cli/commit
ci: add release-plz workflow and update release docs
authorSteve Myers <steve@notmandatory.org>
Wed, 23 Sep 2026 15:23:32 +0000 (10:23 -0500)
committerSteve Myers <steve@notmandatory.org>
Fri, 25 Sep 2026 02:59:16 +0000 (21:59 -0500)
commit886f4c13ebbf1680b71d068ed9ff31d368ab1476
tree63fee195fc117f9c38dc0dc7bd9a529b737466db
parent5e6bb098454b97527e1054214fd6eb10e6aed99c
ci: add release-plz workflow and update release docs

Add a GitHub Actions workflow that uses release-plz to automate
creating release PRs, publishing to crates.io, tagging, and creating
GitHub releases via OIDC trusted publishing and environment-gated
approvals. Update DEVELOPMENT_CYCLE.md with the new release process.
.github/workflows/release-plz.yml [new file with mode: 0644]
DEVELOPMENT_CYCLE.md