Skip to content

Commit e4a9e48

Browse files
committed
docs: add how to deploy
1 parent 82e2c9c commit e4a9e48

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,18 @@ See [`c_example/`](https://github.com/SpringQL/SpringQL-client-c/tree/main/c_exa
2727

2828
## Development
2929

30+
### Build
31+
3032
```bash
3133
cargo build
3234
```
3335

3436
to generate `springql.h` and `target/debug/libspringql_client.{so,dylib}`.
3537

38+
### Deployment
39+
40+
Create & push git tag named `v*` to release the header file and shared libraries to GitHub Releases.
41+
3642
## License
3743

3844
Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or [MIT license](LICENSE-MIT) at your option.

0 commit comments

Comments
 (0)