kanidm/RELEASE_CHECKLIST.md

22 lines
488 B
Markdown
Raw Normal View History

* bump all cargo.toml versions
find kani* -name Cargo.toml -exec cat '{}' \; | grep -e '^version ='
* bump index version in constants
* check for breaking db entry changes.
* release kanidm_proto
* release kanidmd/kanidm
* release kanidm_client
* release kanidm_tools
* build kanidmd docker
* build kanidm_radisud docker
* vendor and release to build.opensuse.org
make vendor-prep
git archive --format=tar --prefix=kanidm-1.0.0rc4/ HEAD | gzip >kanidm-1.0.0rc4.tar.gz