Skip to content

Conversation

fasttime
Copy link
Member

@fasttime fasttime commented Apr 30, 2025

Prerequisites checklist

What is the purpose of this pull request?

Fix the title of release-please PRs.

What changes did you make? (Give an overview)

It seems that eslint-github-bot doesn't like the default title of pull requests created by release-please with the "separate-pull-requests": true setting (e.g. #187). This PR fixes the title format by removing the branch name after the tag.

Before:

chore(main): release core 0.14.0

After:

chore: release core 0.14.0

Related Issues

#183

Is there anything you'd like reviewers to focus on?

@@ -3,6 +3,7 @@
"plugins": ["node-workspace"],
"bump-minor-pre-major": true,
"separate-pull-requests": true,
"pull-request-title-pattern": "chore: release${component} ${version}",
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need space between release and component?

Copy link
Member Author

Choose a reason for hiding this comment

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

Apparently a space is inserted automatically, see for example fasttime#9.

@snitin315 snitin315 merged commit 592557c into main Apr 30, 2025
18 checks passed
@snitin315 snitin315 deleted the release-please-pr-title branch April 30, 2025 14:12
@github-project-automation github-project-automation bot moved this from Needs Triage to Complete in Triage Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Complete
Development

Successfully merging this pull request may close these issues.

2 participants