Skip to content

Commit cda3840

Browse files
committed
Merge pull request github#345 from github/spraints-patch-1
Make the example match reality.
2 parents 44019ff + 31bcc11 commit cda3840

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/v3/repos/releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ prerelease. `false` to identify the release as a full release. Default is
8585
:tag_name => "v1.0.0",
8686
:target_commitish => "master",
8787
:name => "v1.0.0",
88-
:description => "Description of the release",
88+
:body => "Description of the release",
8989
:draft => false,
9090
:prerelease => false
9191
%>
@@ -131,7 +131,7 @@ prerelease. `false` to identify the release as a full release.
131131
:tag_name => "v1.0.0",
132132
:target_commitish => "master",
133133
:name => "v1.0.0",
134-
:description => "Description of the release",
134+
:body => "Description of the release",
135135
:draft => false,
136136
:prerelease => false
137137
%>

0 commit comments

Comments
 (0)