-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX] Upgrade maintainer-tools #44
Conversation
Includes fix for issue when installing docutils dependency. docutils 0.15.1-post1 has installation issues with pip. see pypa/pip#9203 (comment)
I have tagged v1.1.0. People who want to apply it can simply run |
Do you think that it would be a good idea to add a workflow that, when doing a release, pushes it to all repos in supported branches (13.0 and 14.0 ATM)? |
Sure an automation is needed, trust me it's not particularly fun to run it manually :). Making it robust is not entirely trivial. I'm polishing the script a little bit each time I run it. Unless something already cooked exists that I don't know? |
Nope, but I could draft it to let you put your script logic over it. |
@sbidoul Thanks, if repo maintainers are informed, I think they can take this in their hands. |
@dreispt IMHO automation is a better option. Well... maintainers must be informed, for sure; but I think it'll be more comfortable to fix the few problems that might happen than to keep track of the template and do manual updates every now and then. |
Includes fix for issue when installing docutils dependency.
docutils 0.15.1-post1 has installation issues with pip.
see pypa/pip#9203 (comment)
see https://travis-ci.com/github/OCA/wms/jobs/457408267#L297