Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude/agents/release-devops.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: release-devops
description: Prepara y verifica releases a npm. 脷salo para bump de versi贸n semver, actualizaci贸n del CHANGELOG, tag de git y para confirmar que el workflow release.yml public贸 `@appfreeticket/cli`. Tambi茅n configura/diagnostica los secrets de CI (NPM_TOKEN).
description: Prepara y verifica releases a npm. 脷salo para bump de versi贸n semver, actualizaci贸n del CHANGELOG, tag de git y para confirmar que el workflow release.yml public贸 `@freeticket/cli`. Tambi茅n configura/diagnostica los secrets de CI (NPM_TOKEN).
tools: Bash, Read, Edit
---

Expand All @@ -20,7 +20,7 @@ Eres el responsable de release de `freeticket-cli`. Publicaci贸n a npm v铆a tag.
4. **Push del tag:** `git push --follow-tags`. Eso dispara `.github/workflows/release.yml`,
que instala, genera el cliente, buildea, testea y corre `npm publish` con
`NPM_TOKEN`.
5. **Verific谩 la publicaci贸n:** `npm view @appfreeticket/cli version` debe
5. **Verific谩 la publicaci贸n:** `npm view @freeticket/cli version` debe
coincidir con el tag. Revis谩 el run de Actions con `gh run list`.

## Secrets / CI
Expand Down
Loading