-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contributors are no longer listed in release notes #235
Comments
I've debugged it a bit, seems this is because now the commit message is created by GitLab, and it misses the user names. Here is the code to collect user names: drupalorg-cli/src/Cli/Command/Maintainer/ReleaseNotes.php Lines 299 to 319 in ea547b2
And it expects usernames listed in the commit message. So, no idea for now on how to fix this. |
The commit message is created from the MR title, so to restore this feature seems we should manually list all issue contributors in the MR title like this:
But seems there are no automation implemented for this, I raised a question in Slack about this: https://drupal.slack.com/archives/CGKLP028K/p1706086503684919 |
The
maintainer:release-notes
command no longer listsContributors
.Steps to reproduce:
Resulting output:
/Add a summary here/
Contributors (0)
Changelog
Issues: 6 issues resolved.
Changes since 1.4.2:
Bug
Feature
Task
Expected output:
There should be contributors listed.
The text was updated successfully, but these errors were encountered: