Replies: 1 comment 1 reply
-
It's already been 3.5 years since we started to operate the maintenance in this way, i.e., we always use pull requests. It's been working without any issues until now. I thought we might close this GitHub discussion as well. In the future, we might need to think about it again when any maintainers become too busy to review PRs, but it is fine for now.
I completely forgot about this discussion. In the GitHub user interface, there are three ways to merge a PR: to create a merge commit, to rebase commits on top of the latest base branch, and to squash everything in a single commit. Personally, I've been using
I feel @scop has been choosing the merge type somewhat in a similar way, but I'm not sure if that is on purpose.
We currently use release-please for this purpose.
I think we already added them. |
Beta Was this translation helpful? Give feedback.
-
Now that we have more people actively involved, let's start using pull requests for all code changes.
I think I'd also like to switch to using merge commits instead of rebasing, but extra/make-changelog.py likely wouldn't do a too good job with that. We should probably switch also to some other tooling for generating the changelogs, I bet a bunch of ready made applicable ones exist as/if we're moving towards using conventional commits commit messages (should document that in CONTRIBUTING.md BTW, and likely add a commitlint pre-commit check).
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions