Skip to content

Commit 53235d8

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent d517279 commit 53235d8

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

content/v3/repos/releases.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,19 @@ title: Releases | GitHub API
99

1010
## List releases for a repository
1111

12+
{{#tip}}
13+
14+
This returns a list of releases, which does not include regular
15+
Git tags that have not been associated with a release.
16+
To get a list of Git tags, use the [Repository Tags API][repo tags api].
17+
18+
{{/tip}}
19+
1220
Information about published releases are available to everyone.
1321
Only users with push access will receive listings for draft releases.
1422

1523
GET /repos/:owner/:repo/releases
1624

17-
**Note:** This returns a list of releases, which does not include regular
18-
Git tags that have not been associated with a release.
19-
(To get a list of Git tags, use the [Repository Tags API][repo tags api].)
20-
2125
### Response
2226

2327
<%= headers 200, :pagination => default_pagination_rels %>

0 commit comments

Comments
 (0)