Tool
List releases
The List Releases tool enables users to effortlessly retrieve and browse through the release versions of any GitHub repository. It simplifies tracking project updates by providing detailed information about each release.
Features
- Easily list all releases in a specified GitHub repository.
- Supports pagination to navigate through large sets of releases.
- Customizable number of results per page for tailored data viewing.
- Requires only repository owner and name as inputs for quick access.
- Read-only access ensures security and prevents unwanted changes.
Benefits
- Save time by instantly accessing release information without manual searching.
- Stay up-to-date with project progress and new features efficiently.
- Enhance project management and decision-making with accurate release data.
- Integrate seamlessly into workflows with simple and clear input requirements.
- Improve transparency and collaboration by sharing release data effortlessly.
Description
List releases in a GitHub repository
Parameters
4 parameters
| Name | Type | Description |
|---|---|---|
| ownerrequired | string | Repository owner |
| page | number | Page number for pagination (min 1) |
| perPage | number | Results per page for pagination (min 1, max 100) |
| reporequired | string | Repository name |