adoptium / adoptium/github-release-scripts
Can we fix the timestamps on the tags in `temurinXX-binaries?
- Lingua principale
- Shell
- Stelle
- 5
- Fork
- 21
- Merge medio
- 6g 7h
- PR unite (30g)
- 3
Descrizione
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).
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia individuando gli entry point shell che creano tag e release GitHub, quindi confronta il comportamento dei tag lightweight e annotati per i repository temurinXX-binaries. Verifica i timestamp risultanti di tag e release rispetto alle pagine collegate di tag e release; il lavoro è completato quando le date dei tag corrispondono alle date delle release anziché alla data obsoleta del commit di README.md.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- git, github, shell
- Ambito
- release
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100