From 35772b436cc8506f699d804edfa2d5d5581a91eb Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 8 Oct 2024 07:42:10 +0300 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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