diff --git a/development-guide.md b/development-guide.md index d34f7ab..cd4225c 100644 --- a/development-guide.md +++ b/development-guide.md @@ -19,7 +19,8 @@ The executable needs to do following: ### Proto files -Partners should not add the proto files to their repos. Proto files should be pulled in from this repo at build time and added to `.gitignore` so they are excluded. +* Partners should not add the proto files to their repos. Proto files should be pulled in from this repo at build time and added to `.gitignore` so they are excluded. +* Always use proto files from latest release and update you're code if necessary. Older releases proto files can be considered deprecated and will be expired at later date. ### Logging