-
Notifications
You must be signed in to change notification settings - Fork 9
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
Release 2.0.0 into trunk #304
Conversation
Release 1.4.0 into develop
This should make the library more friendly to clients as we migrate everyone to Rake 13
We're not yet removing it completely because it would require also updating the actions, and thus also updating the ConfigItems of those actions and create a breaking change. We will get there very soon, but let's do it one step at a time.
Update Android versioning helpers to use unified versions for JP/WP
Thank you for the suggestion @AliSoftware. See #297 (comment)
As suggested here, #297 (comment), to avoid Danger warnings that we are not in a position to address right away.
When run with a modern git version which supports `--initial-branch`, git init was run twice due to using `|` instead of expected `||` in the shell commands
Co-authored-by: Olivier Halligon <[email protected]>
…-trailing-newline-bug-fix Adds a changelog for "strip trailing newline" bug fix
h/t @mokagio Co-authored-by: Gio Lodi <[email protected]>
Security/IoMethods: File.read is safer than IO.read.
Cleanup actions to revert Jetpack-specific changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See also #303 (review) regarding the Buildkite "failures".
I had to release the gem ( This is because the job is currently configure to skip the We'll have to fix this at some point, likely during the migration to BuildKite – See #299 (comment) for additional details. |
New version 2.0.0.
Next Steps once this PR gets merged (ref: paaHJt-2d8-p2):
trunk
)Side note: updating the client apps to this 2.0.0 once released should be straightforward as, even if it's a major version (with breaking changes), the only changes that this breaks were only used in WPAndroid (which is already ready for this version), not any other client app.