Update 'Release process'
parent
ff2335c86e
commit
a306059f60
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
1. make sure version numbers are up to date in cargo.toml files in all subdirectories of src/ (not only the version number of the crates themselves, but the version numbers of the dependencies to other garage crates)
|
||||
1. make sure version numbers are up to date in cargo.toml files in all subdirectories of src/ (not only the version number of the crates themselves, but also the version numbers of the dependencies to other garage crates)
|
||||
2. make sure cargo.lock is updated and that everything builds
|
||||
3. make a git commit
|
||||
4. do `cargo publish` in all subdirectories, in topological sort order: util, rpc, table, model, api, web, garage
|
||||
|
|
Loading…
Reference in a new issue