Add checks to the release target for confirmation. Also run tests before building a release. Refresh docs.
diff --git a/docs/dyn/buzz.v1.people.html b/docs/dyn/buzz.v1.people.html
index 1c4a424..19d9d35 100644
--- a/docs/dyn/buzz.v1.people.html
+++ b/docs/dyn/buzz.v1.people.html
@@ -105,7 +105,7 @@
<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Add a person to a group<br>
<br>
Args:<br>
- body: object, The request body.<br>
+ body: object, The request body. (required)<br>
personId: string, ID of the person to add to the group. (required)<br>
userId: string, ID of the owner of the group. (required)<br>
hl: string, Language code to limit language results.<br>