release: v1.19.1#96
Merged
Merged
Conversation
ahinrif
approved these changes
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Recovery del primer run del workflow
Releasedespués de la migración afintoc-com/release-action.El run anterior corrió antes de que la App
fin-releasesestuviera en el bypass list demaster. La secuencia fue:release/preparebumpeópackage.jsona 1.19.1 y dejó commit + tag locales ✓npm publishpublicófintoc@1.19.1a npmjs ✓release/finalizeintentógit push origin HEAD --follow-tags:v1.19.1pasó (los tags no estaban protegidos) ✓Estado tras ese run:
fintoc@1.19.1en npmjs ✓v1.19.1en remote (apuntando a un commit huérfano) ✓release: v1.19.1no enmaster❌Este PR sube el commit huérfano a
master(es fast-forward) para dejar el estado consistente. El próximo paso (manual) esgh release create v1.19.1 --target master.La App ya está en el bypass list, así que el próximo release real (1.19.2 / 1.20.0) va a evitar este lío.
Linear: https://linear.app/fintoc/issue/DX-586
Requirements
None — el commit ya existe en GitHub bajo el tag.
Additional changes
None.