Pull request merging #6673
Replies: 3 comments 8 replies
-
|
Another question:
|
Beta Was this translation helpful? Give feedback.
-
|
About linear history / squash merging: What I currently do for the dependabot PRs - after verifying that they really only change the version and that the build ran successfully - I do a squash commit via the GitHub Web UI. This adds then the version change on top of the main HEAD without any unnecessary merge commits. How to deal with dependabot PRs is also missing in the documentation currently. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We currently have this documentation: https://docs.pmd-code.org/latest/pmd_projectdocs_committers_merging_pull_requests.html
Questions, thoughts about this:
Is this still up to date?
Release notes: Updating the release notes is cumbersome. It would be easier for me as a maintainer, if the release notes would be ready already, so that I don't need to change the PR with an additional commit before merging.
Currently, we do a merge commit. This results in a potential complex git history, which might contain multiple merges. We could decide to do a squash commit instead.
Beta Was this translation helpful? Give feedback.
All reactions