Skip to content
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

Allow customization of contributor greeting #194

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pat-s
Copy link
Contributor

@pat-s pat-s commented Oct 3, 2024

No description provided.

@pat-s pat-s added the feature Add new feature label Oct 3, 2024
@@ -102,7 +102,7 @@ export function getChangeLogSection(
.filter((v, i, a) => a.indexOf(v) === i)
.filter((c) => !c.endsWith('[bot]'));
if (authors.length > 0) {
const contributors = `### ❤️ Thanks to all contributors! ❤️\n\n${authors.join(', ')}`;
const contributors = `${config.user.releaseContributorGreeting}\n\n${authors.join(', ')}`;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#197 uses the plugin settings both options should be consistent as they are pretty similar.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think a user setting fits better here. #197 doesn't use it as it isn't (easily) possible the way the code is composed right now.

@anbraten anbraten changed the title feat: make contributor greeting configurable Allow customization of contributor greeting Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Add new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants