keysd_rs 0.1.0

gPRC based keysd integration library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# How to Release

- Build and test with `./scripts/test/all.sh`.
- Create branch with version v1.2.3, the github action will build the apps.

## Test goreleaser

To test the goreleaser configuration:

```shell
cd service
goreleaser --snapshot --skip-publish --rm-dist
```