Skip to content

Commit c9f5330

Browse files
refactor!: Pass release params by value and rename EditRelease to UpdateRelease (google#4329)
BREAKING CHANGE: `CreateRelease` & `UpdateRelease` now take `RepositoryRelease` by value; `EditRelease` is renamed to `UpdateRelease`.
1 parent 21154c5 commit c9f5330

7 files changed

Lines changed: 564 additions & 293 deletions

github/gen-stringify-test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ var (
5757
},
5858
"processZeroValue": func(v string) string {
5959
switch v {
60+
case "false":
61+
return "false"
6062
case "Ptr(false)":
6163
return "false"
6264
case "Ptr(0.0)":

github/github-accessors.go

Lines changed: 210 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)