Tool
List tags
List Tags is a powerful GitHub tool designed to efficiently retrieve and display git tags from any repository. It simplifies version tracking and management by providing quick access to repository tags with pagination support.
Features
- Lists all git tags in a specified GitHub repository.
- Supports pagination with customizable page number and results per page (1-100).
- Requires minimal input: repository owner and repository name.
- Provides structured output for easy integration in workflows or applications.
- Enables quick version control and release management by highlighting tagged commits.
Benefits
- Streamlines tracking of software versions and releases.
- Improves repository navigation by listing important tagged versions.
- Facilitates automation scripts that depend on repository tag data.
- Helps developers and teams manage and maintain project versions efficiently.
- Enhances integration capabilities with GitHub API for seamless development workflows.
Description
List git tags 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 |