Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Handle RC cut failure

Aperta
#745 0 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@devversion ci sta già lavorando.

Dal 2/8/2022.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

domain: release automation

Action item from requiem/doc/postmortem475066.

In 14.1.0-rc.0 for tooling, the RC failed to release due to a new package, so the main branch was never bumped to 14.2.0-next.0. This left the repository in an inconsistent state, where 14.1.x had the 14.1.0-rc.0 release which is ahead of the 14.1.0-next.x release previously in main. ng-dev appropriately discovered this issue and failed on subsequent executions lest it do the wrong thing, but this required a manual version bump in main to address which is not obvious.

The proper solution is probably to just not fail RC releases, but that's tricky to guarantee. If and when an RC cut fails, we should define some kind of fallback behavior such as:

  • Doing the main bump anyways (which might be risky given that RC branch could be in a weird state).
  • Roll back the RC version bump (also might be risky for the same reason).
  • Print a message that main and RC are now conflicting and what options the caretaker has to resolve it (least risky automation, but caretakers can get confused or potentially do the wrong thing in response).
Lingua principale
JavaScript
Stelle
77
Fork
84
Merge medio
2g 9h
PR unite (30g)
42

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di angular/dev-infra

Tutte le issue di angular/dev-infra

Issue simili

Altre issue su JavaScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.