Olivier Halligon

Results 378 comments of Olivier Halligon

Related: https://github.com/wordpress-mobile/release-toolkit/issues/191

cc @mokagio in case you're curious (squirrel!) about this early implementation and my vision/attempt for the new code modular architecture for all those GlotPress-export-related code (see PR description) 😃 ---...

Probably related to recent change in the release script from https://github.com/wordpress-mobile/release-toolkit/pull/552

Should be fixed by 7608326f4e0e449af8eb592ba6ac1ede304f01a1

> For the record, I selected n because I interpreted the prompt as a suggestion to update the pinned has in .configure, not the .mobile-secrets repository. The messages to STDOUT...

Related: https://github.com/wordpress-mobile/release-toolkit/issues/255

FYI: From a quick look at [the fastlane source code](https://github.com/fastlane/fastlane/blob/master/fastlane/lib/fastlane/actions/create_pull_request.rb), seems like the `CreatePullRequestAction` is implemented in such a way that it will return the PR url when successful… and...

Another benefit of refactoring this to be objects, and to have instance methods on them, is that it would be easier to refactor that to not rely on the various...

Some work have already been started in [the `203-version` branch here](https://github.com/wordpress-mobile/release-toolkit/compare/develop...cleanup/203-version) to work on this refactoring. Currently, only the model for Android versioning have been started to be worked on...

Most of them have been removed during the "Localization Toolchain Modernization" project… except the actions around screenshots (hence still keeping this open despite the good progress done on it)