diff --git a/README.md b/README.md index 37d9d873..97e9baef 100644 --- a/README.md +++ b/README.md @@ -73,10 +73,15 @@ Guide and protocol draft ### Contribution -* before commit, make sure: +* Before commit, please make sure: * new branch created for every new PR `git checkout -b 'contribution-name'` * new code follows common [rustfmt](https://rust-lang.github.io/rustfmt/) style `cargo fmt --check` +### Releases + +* Package version should be increased immediately after release on [crates.io](https://crates.io/crates/yoda) and before apply any change in repository +* Until project in development, profile data stored in separated sub-directory, for every new release version + ## See also * [CPP-GTK4](https://github.com/YGGverse/Yoda/tree/CPP-GTK4) - C++ / GTK 4 implementation