adoptium / adoptium/github-release-scripts

Can we fix the timestamps on the tags in `temurinXX-binaries?

Ouverte
#125 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Shell
Étoiles
5
Forks
21
Merge moyen
6 j 7 h
PR mergées (30 j)
3

Description

The temurinXX-binaries releases have tags created for each release, but the date associated with that tag is the last time a file in the binaries repositories (Not an item in the release) was updated. At present that means it's from August 2022 when the README.md was last updated. This is undesirable and confusing.

From https://github.com/endoflife-date/endoflife.date/pull/2729#issuecomment-1486850432:

> It should be possible to fix this by using annotated tags, instead of lightweight git tags. Annotated tags (created using git -a) carry their own creation date, while lightweight tags are just a link to a specific commit, which carries the date.

We should look at whether we can test that and make it work to avoid the dates on the [tags](https://github.com/adoptium/temurin17-binaries/tags) being out of sync with those on the [releases](https://github.com/adoptium/temurin17-binaries/releases).

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

Commencez par localiser les points d’entrée shell qui créent des tags et des releases GitHub, puis comparez le comportement des tags lightweight et annotés pour les dépôts temurinXX-binaries. Testez les horodatages des tags et des releases obtenus par rapport aux pages liées des tags et des releases ; c’est terminé lorsque les dates des tags correspondent aux dates des releases plutôt qu’à la date obsolète du commit de README.md.

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

Évaluation

Stack technique
git, github, shell
Domaine
release
Type d'issue
Bug
Difficulté
3/5
Temps estimé
1-2 jours
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
45/100

Recevez les nouvelles issues par e-mail

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