Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regexp that detects new/upgraded pkgs form pip (#71)
* Fix regexp that detects new/upgraded pkgs form pip * It doesn't assume that versions are numbers only. See for instance: https://pypi.org/project/odoo11-addon-l10n-es-mis-report/11.0.2.2.0.99.dev4/ * It uses the Odoo version number (supports from 10 to 19) as a delimiter between odoo module name and version * Add infinite% more of explanation about sed wizardry, and the expected input and output * Update tasks/community-modules.yml
- Loading branch information