Skip to content

docs: reflect automatic releases on v* tags#8

Merged
antuuanyf merged 1 commit into
mainfrom
docs/auto-release
May 30, 2026
Merged

docs: reflect automatic releases on v* tags#8
antuuanyf merged 1 commit into
mainfrom
docs/auto-release

Conversation

@antuuanyf

Copy link
Copy Markdown
Owner

Actualiza la sección "From a GitHub Release" del README para reflejar el workflow de release automático (PR #7).

Cambio

  • El flujo principal pasa a ser: push de un tag v* → el workflow corre pack:all y adjunta ambos .tgz al Release.
    git tag v0.1.0
    git push origin v0.1.0
  • El gh release create manual queda como fallback para build local, en una nota.
  • El resto (instalación desde las URLs, nota del peer dep, por qué github: no sirve) se mantiene.

🤖 Generated with Claude Code

The release workflow now builds and attaches the tarballs on a v* tag
push, so the README leads with that flow and keeps the manual
`gh release create` only as a local-build fallback.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@antuuanyf antuuanyf merged commit dbc59af into main May 30, 2026
1 check passed
@antuuanyf antuuanyf deleted the docs/auto-release branch May 30, 2026 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant