We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3786a63 commit 35dcef6Copy full SHA for 35dcef6
2 files changed
docs/README.md
@@ -2,6 +2,9 @@
2
3
## Releasing new version
4
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`
8
* `go.mod` files must be present at the root level of the project
9
* Each major release beyond V1 (such =v2[+].a.b) must provide unique import path such as `github.com/quobyte/api/vX`
10
* To get around this issue, we always use v1.x.x (**NEVER** make v2 release)
0 commit comments