Skip to content

Commit

Permalink
Update to quobyte 3.6 (#34)
Browse files Browse the repository at this point in the history
* Update API to Quobyte 3.6

* Add api generation to developer documentation
  • Loading branch information
venkatsc authored Oct 14, 2022
1 parent 3786a63 commit 35dcef6
Show file tree
Hide file tree
Showing 2 changed files with 534 additions and 126 deletions.
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Releasing new version

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

0 comments on commit 35dcef6

Please sign in to comment.