Fix Core tagging/release workflow
- 主要言語
- 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