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