acm-uiuc / acm-uiuc/core

Fix Core tagging/release workflow

Ouverte
#613 0 commentaires 0 réactions 1 personne assignée Réclamée par @ashleyyli Voir sur GitHub
bug github_actions
Langage dominant
TypeScript
Étoiles
5
Forks
0
Merge moyen
3 h 58 min
PR mergées (30 j)
10

Description

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.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

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.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
github-actions, node.js, typescript
Domaine
build-system, ci-cd, release
Type d'issue
Bug
Difficulté
4/5
Temps estimé
3-5 jours
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
32/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.