azagrebin commented on a change in pull request #18:
URL: https://github.com/apache/flink-docker/pull/18#discussion_r421389278
##########
File path: README.md
##########
@@ -34,6 +34,13 @@ Development happens on the various `dev-X` branches.
Pull requests for a specific version should be opened against the respective
`dev-<version>` branch.
Pull requests for all versions, or for the next major Flink release, should be
opened against the `dev-master` branch.
+### CI
+
+The `dev-master` branch is tested against nightly Flink snapshots for the next
major Flink version. This allows us to
+develop features in tandem with Flink.
+
+The `dev-1.x` branches are tested against the latest corresponding minor Flink
release, to ensure any changes we make
Review comment:
```suggestion
The `dev-1.x` branches are tested against the latest corresponding patch
Flink release, to ensure any changes we make
```
I would either push a hotfix changing overall in this file:
minor -> major
patch -> minor
or follow the terms we have here and create an issue for the above change.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]