From 61c76a39147a3160f194b2e6ab4d535cfda31b24 Mon Sep 17 00:00:00 2001 From: Jeff Mendoza Date: Thu, 8 Nov 2018 11:23:22 -0800 Subject: [PATCH] Add note to readme about backwards incompatible changes --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7e014a9c5e..4ff8107096 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,13 @@ changes. If releasing a new tagged version, please update python/istio-api/setup.py version to reflect. + +## Backwards Incompatible Changes + +If a PR tries to make backwards incompatible changes, it will be +blocked by protolock. To force these changes in, install +[protolock](https://github.com/nilslice/protolock) and run +`protolock commit --force`. + +You must include a note in your PR that you had to force the +protolock and why.