Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Clarification on merge/squash the commits generated by bots or weblate

by
Ing. Rolando Pérez Rebollo
- 29/11/2024 00:08:51

When reviewing this guide, it states:

"In order to squash these administrative commits, use git rebase -i origin/x, where x is the Odoo version (14.0, 15.0, 16.0,...). Don't forget first to do git fetch origin x to get the latest remote information."

In the context of migrating a module, this step is recommended after applying the patches and running pre-commit.

My question is: regarding the x branch mentioned above—does it refer to the source version or the target version for the migration?

Follow-Ups