Skip to content

Commit cc38fea

Browse files
committed
doc update
1 parent 9d46a48 commit cc38fea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Templates are sourced from openapi generator:
4646

4747
https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator/src/main/resources/go
4848

49-
## Go API Diff
49+
## gorelease
5050

51-
We use [go-apidiff](https://github.com/joelanford/go-apidiff) to detect if there are breaking changes and a new major version release is needed.
52-
In [Generate SDK Github action](../.github/workflows/autoupdate-prod.yaml), `API_DIFF_OLD_COMMIT` and `API_DIFF_NEW_COMMIT` are used to do the comparison.
51+
We use [gorelease](https://pkg.go.dev/golang.org/x/exp/cmd/gorelease) to detect if there are breaking changes and a new major version release is needed.
52+
In [Generate SDK Github action](../.github/workflows/autoupdate-prod.yaml), the last release is used for comparison.

0 commit comments

Comments
 (0)