Add release notes for rbintegrations 0.5 beta 2.
Review Request #9248 — Created Oct. 4, 2017 and submitted
This covers the new Travis CI and CircleCI integration, along with some
basics on configuration (given the current absence of configuration
documentation).
Built the docs without any errors. Verified the rendered contents.
Checked for spelling errors.
-
-
In the reviewboard job, the steps need to apply the patch:
reviewboard: ... steps: - checkout - run: name: Apply patch command: | sudo pip install rbtools rbt patch --api-token "$REVIEWBOARD_API_TOKEN" --server "$REVIEWBOARD_SERVER" --diff-revision "$REVIEWBOARD_DIFF_REVISION" "$REVIEWBOARD_REVIEW_REQUEST" - run: ...
-
- Change Summary:
-
Added more detailed instructions for the CircleCI configuration.
- Commit:
-
5f9dcc71062d7df932e7e25cd5729e472993be8c6b8d9a17c71fd280b2d5c11b60297b2c3a2e7308
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.