File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name = "sysml-v2-sql"
33version = " 0.1.0"
44edition = " 2021"
55license = " MIT OR Apache-2.0"
6+ description = " Tool to interact with SysML v2 models via SQLite"
7+ documentation = " https://github.com/DLR-FT/sysml-v2-sql"
8+ repository = " https://github.com/DLR-FT/sysml-v2-sql"
9+
610
711# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
812
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ It can:
2525 > assets/SysML-schema.json
2626 cargo run --release -- /dev/null json-schema-to-sql-schema --no-init --dump-sql assets/schema.sql assets/SysML-schema.json
2727 ```
28+ - Releasing new version:
29+ 1. Check that the new version can be release: ` cargo release minor`
30+ 2. If you are happy, do the release: ` cargo release minor --execute --no-publish`
2831
2932# License and Copyright
3033
Original file line number Diff line number Diff line change 5757 cargo-deny
5858 cargo-flamegraph
5959 cargo-llvm-cov
60+ cargo-release
6061 cargo-udeps
6162 clippy
6263 rust-analyzer
You can’t perform that action at this time.
0 commit comments