kanidm/project_docs/RELEASE_CHECKLIST.md

33 lines
644 B
Markdown
Raw Normal View History

// cargo install cargo-audit
// cargo install cargo-outdated
// cargo install cargo-release
2020-08-17 03:26:28 +02:00
* upgrade crypto policy values if requires
* bump index version in constants
* check for breaking db entry changes.
2021-07-07 03:50:13 +02:00
* cargo outdated -R
* cargo audit
* cargo test
2020-06-30 06:58:35 +02:00
* Update RELEASE_NOTES.md
2021-10-01 03:34:48 +02:00
* cargo release --no-dev-version --skip-push --skip-publish --skip-tag 1.1.0-alpha.X
2021-07-07 03:50:13 +02:00
* git rebase -i HEAD~X
2020-10-01 02:11:21 +02:00
* git tag v1.1.0-alpha.x
2020-07-01 01:12:07 +02:00
* 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
2020-06-30 06:58:35 +02:00
osc service ra; osc ci