Skip to content

Commit 35dcef6

Browse files
authored
Update to quobyte 3.6 (#34)
* Update API to Quobyte 3.6 * Add api generation to developer documentation
1 parent 3786a63 commit 35dcef6

2 files changed

Lines changed: 534 additions & 126 deletions

File tree

docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Releasing new version
44

5+
* Compile Quobyte source and copy generated types.go from <QUOBYTE_SOURCE>/build/golang/api/types.go
6+
to <api-rep>/quobyte/types.go
7+
* Run `gofmt -w <api-rep>/quobyte/types.go`
58
* `go.mod` files must be present at the root level of the project
69
* Each major release beyond V1 (such =v2[+].a.b) must provide unique import path such as `github.com/quobyte/api/vX`
710
* To get around this issue, we always use v1.x.x (**NEVER** make v2 release)

0 commit comments

Comments
 (0)