mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
tweak release steps
This commit is contained in:
parent
c8ac4970d8
commit
3f0d5f1909
|
@ -5,14 +5,16 @@
|
|||
* cargo audit
|
||||
* cargo outdated
|
||||
|
||||
* 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.
|
||||
|
||||
* Update RELEASE_NOTES.md
|
||||
|
||||
* git tag v1.1.x-alpha
|
||||
|
||||
* bump all cargo.toml versions
|
||||
find kani* -name Cargo.toml -exec cat '{}' \; | grep -e '^version ='
|
||||
|
||||
* release kanidm_proto
|
||||
* release kanidmd/kanidm
|
||||
* release kanidm_client
|
||||
|
|
Loading…
Reference in a new issue