Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Handle RC cut failure

オープン
#745 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@devversion がすでに取り組んでいます。

2022年8月2日 から。

評価

この issue はまだ評価されていません。

説明

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).
主要言語
JavaScript
スター
77
フォーク
84
平均マージ
2日 9時間
マージ済み PR(30日)
42

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

angular/dev-infra のほかの issue

angular/dev-infra の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。