You've already forked seamantic
17 lines
245 B
Markdown
17 lines
245 B
Markdown
# Seamantic
|
|
|
|
## Development
|
|
|
|
Run the full validation suite before committing:
|
|
|
|
```sh
|
|
just all
|
|
just install
|
|
```
|
|
|
|
##### Publish
|
|
|
|
- `cargo semver-checks --all-features`
|
|
- `cargo publish --dry-run -p <crate>`
|
|
- `cargo publish --dry-run --workspace`
|