acm-uiuc / acm-uiuc/core

Fix Core tagging/release workflow

オープン
#613 コメント 0 件 リアクション 0 件 担当者 1 名 @ashleyyli が担当を希望しています GitHub で見る
bug github_actions
主要言語
TypeScript
スター
5
フォーク
0
平均マージ
3時間 58分
マージ済み PR(30日)
10

説明

Currently, when the release checker checks for a new package.json version, it immediately creates the tag and the other pipeline takes over to run the release: https://github.com/acm-uiuc/core/blob/main/.github/workflows/release.yml

However, if the released code fails to build, then we have a tag created with broken code. We should instead first build/unit test the code, then create the tag, and then run the release stuff. This most likely requires using multiple stages in the github actions, etc.

Ideally, we also modify the Github action so that if the previous commit failed to deploy for the tag, then it will run it, even if the version didn't change.

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

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

調査の方向性

Start with .github/workflows/release.yml and the workflow or script that checks package.json versions and creates tags. Trace where the tag is currently created versus where build and unit tests run. Done means the workflow tests/builds before tagging and can rerun a failed deploy for an existing tag even when the version has not changed.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
github-actions, node.js, typescript
領域
build-system, ci-cd, release
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
32/100

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

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