# Development guide
## Updating the schema
To update the schema, build sca and run:
```
./<sca binary path> schema > src/schema.json
```
## Releasing
To release a new version, bump the version number in `Cargo.toml` and then use `cargo publish`.
If you don't have the permissions, please contact `linpengzhang` or `crioux`.