Covers releases and tags (list/get/create/delete) — all verified working with the current write:issue/write:repository token scope.
25 lines
1.3 KiB
Markdown
25 lines
1.3 KiB
Markdown
# gitea-releases
|
|
|
|
Manage Gitea releases and tags — list, create, and delete releases (with draft/prerelease flags and notes) and their underlying tags.
|
|
|
|
## What it does
|
|
|
|
This skill handles release and tag operations for a Gitea repository. It creates releases from a tag/target commitish with title, notes, and draft/prerelease flags; lists and paginates releases and tags; retrieves the latest release; and deletes releases and tags as separate, independent destructive operations. It resolves the numeric release id required for deletion instead of assuming a tag name will work.
|
|
|
|
## Usage
|
|
|
|
```
|
|
/gitea-releases
|
|
```
|
|
|
|
Describe your release/tag task: list releases, get the latest release, create a release (with a tag, target, and title), or delete a release or tag. The skill handles resolving the numeric release id where required and keeps release/tag deletion as distinct operations.
|
|
|
|
## Files
|
|
|
|
| File | Purpose |
|
|
|------|---------|
|
|
| `SKILL.md` | Skill instructions for agents |
|
|
| `references/call-signatures.md` | Verified tool parameters and response shapes for all 9 release/tag tools |
|
|
| `references/conventions.md` | Semver/draft/prerelease practitioner conventions and pagination behavior |
|
|
| `references/sources.md` | Research sources backing the call signatures and conventions |
|