laminas / automatic-releases

Automated release process for `laminas/` projects, usable as github action
Other
141 stars 23 forks source link

Create author links in CHANGELOG file #114

Open core23 opened 3 years ago

core23 commented 3 years ago

Feature Request

Add links to all pull request authors in the CHANGELOG.md file.

Q A
New Feature yes
RFC no
BC Break no

Summary

When looking a the release page and comparing it to the CHANGELOG file, there is a difference in the generated output.

The release description got links to the original pull request author, while the CHANGELOG file does not. AFAIK GitHub autogenerate links for all @USER text on the release page.

glensc commented 3 years ago

@core23:

🚧 Never link to branches, share a permalink 🚧

NOTE: edit your post and fix it with a permalink!

glensc commented 3 years ago

@core23 I think you need to make a feature request to the used dependency first:

see composer.json:

core23 commented 3 years ago

🚧 Never link to branches, share a permalink 🚧

Sorry, fixed it.

@core23 I think you need to make a feature request to the used dependency first:

There is an option to show a contributor list with link, but I'll take a deeper look into the lib. Thanks.