{"meta":{"title":"Searching a repository's releases","intro":"You can use keywords, tags, and other qualifiers to search for particular releases in a repository.","product":"Repositories","breadcrumbs":[{"href":"/en/repositories","title":"Repositories"},{"href":"/en/repositories/releasing-projects-on-github","title":"Release projects"},{"href":"/en/repositories/releasing-projects-on-github/searching-a-repositorys-releases","title":"Searching releases"}],"documentType":"article"},"body":"# Searching a repository's releases\n\nYou can use keywords, tags, and other qualifiers to search for particular releases in a repository.\n\n## Searching for releases in a repository\n\nYou can search a repository's releases.\n\n1. On GitHub, navigate to the main page of the repository.\n2. To the right of the list of files, click **Releases**.\n\n   ![Screenshot of the main page of a repository. A link, labeled \"Releases\", is highlighted with an orange outline.](/assets/images/help/releases/release-link.png)\n3. At the top of the page, in the \"Find a release\" field, type your query and press **Enter**.\n\n## Search syntax for searching releases in a repository\n\nYou can provide text in your search query which will be matched against the title, body, and tag of the repository's releases. You can also combine the following qualifiers to target specific releases.\n\n| Qualifier                          | Example                                                                                                                                                                                                                                                              |\n| ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `draft:true`                       | **draft:true** will only match draft releases.                                                                                                                                                                                                                       |\n| `draft:false`                      | **draft:false** will only match published releases.                                                                                                                                                                                                                  |\n| `prerelease:true`                  | **prerelease:true** will only match pre-releases.                                                                                                                                                                                                                    |\n| `prerelease:false`                 | **prerelease:false** will only match releases that are not pre-releases.                                                                                                                                                                                             |\n| <code>tag:<em>TAG</em></code>      | **tag:v1** matches a release with the v1 tag and any minor or patch versions within v1, such as v1.0, v1.2, and v1.2.5.                                                                                                                                              |\n| <code>created:<em>DATE</em></code> | **created:2021** will match releases created during 2021. You can also provide date ranges. For more information, see [Understanding the search syntax](/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates). |"}