File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
1220Information about published releases are available to everyone.
1321Only 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 %>
You can’t perform that action at this time.
0 commit comments