Add checks to the release target for confirmation. Also run tests before building a release. Refresh docs.
diff --git a/docs/dyn/buzz.v1.comments.html b/docs/dyn/buzz.v1.comments.html
index 8a017aa..cae1aa5 100644
--- a/docs/dyn/buzz.v1.comments.html
+++ b/docs/dyn/buzz.v1.comments.html
@@ -41,7 +41,7 @@
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Create a comment<br>
<br>
Args:<br>
- body: object, The request body.<br>
+ body: object, The request body. (required)<br>
userId: string, ID of the user on whose behalf to comment. (required)<br>
hl: string, Language code to limit language results.<br>
alt: string, Specifies an alternative representation type.<br>
@@ -69,7 +69,7 @@
<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Update a comment<br>
<br>
Args:<br>
- body: object, The request body.<br>
+ body: object, The request body. (required)<br>
userId: string, ID of the user being referenced. (required)<br>
abuseType: string, A parameter<br>
hl: string, Language code to limit language results.<br>