feat: link changelog entries to their pull request - #14
Merged
alexbrndl merged 3 commits intoAug 11, 2026
Merged
Conversation
- @changesets/changelog-github, pinned to the catalog at 0.7.0 - document the GitHub token it needs, even locally - document why the version PR needs manual workflow approval Refs DCJ-185
alexbrndl
commented
Aug 11, 2026
alexbrndl
left a comment
Owner
Author
There was a problem hiding this comment.
Revue
Verdict : 1 point.
alexbrndl
marked this pull request as ready for review
August 11, 2026 16:20
alexbrndl
deleted the
feature/dcj-185-changelog-liens-vers-les-pull-requests-et-les-auteurs
branch
August 11, 2026 16:28
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DCJ-185. Les entrées de changelog affichaient un identifiant de commit brut, non cliquable.
Avant
Après
Vérifié en générant réellement un changelog, pas en lisant la documentation.
Deux choses découvertes en chemin, documentées
Le générateur exige un jeton GitHub, y compris en local : il interroge l'API pour retrouver la pull request associée à un commit. En intégration continue le workflow le fournit ; à la main il faut
GITHUB_TOKEN=$(gh auth token).Les contrôles de la PR de version doivent être approuvés manuellement. GitHub n'exécute pas les workflows déclenchés par son propre jeton, donc ils restent en
action_requiredetci-passedn'est jamais rapporté. Constaté sur la PR #13. La parade classique, un jeton personnel, est écartée pour ne pas stocker un secret longue durée sur un dépôt public.Le remerciement reste, volontairement
Thanks [@alexbrndl]n'a pas de sens sur un projet à un contributeur. Le retirer demande l'optiontemplate, qui n'existe qu'à partir de la version 1.0.0 et reste marquée expérimentale. Cette version est assez récente pour être refusée par la politique de fraîcheur des dépendances, et l'installer exigeait trois exclusions.Prendre une dépendance fraîche et une API instable pour une mention cosmétique est le profil qui a déjà coûté cher avec TypeScript 7. Suivi dans DCJ-187, avec le rendu obtenu et la configuration à remettre le jour venu.
Pas de changeset
Le diff ne touche aucun
packages/*/src/**ni champ publié : configuration d'outillage et documentation.