mirror of
https://github.com/OCA/openupgradelib.git
synced 2026-04-24 04:13:51 -06:00
2
How to bump version of openupgradelib
Moises Lopez - https://www.vauxoo.com/ edited this page 2017-10-03 14:07:09 +02:00
-
Change the "version" value from: ./openupgradelib/init.py:5:version = 'NEW.VERSION.NUMBER'
-
Git commit git commit ...
-
Sign tag git tag -s -m NEW.VERSION.NUMBER Notice "-s" parameter in order to sign tag
-
Git push git push OCA_REMOTE --tags Notice "--tags" parameter in order to upload "tags".
Auto upload pypi package from travis build is working just if there is a tag signed.