Add checks to the release target for confirmation. Also run tests before building a release. Refresh docs.
diff --git a/docs/dyn/moderator.v1.topics.html b/docs/dyn/moderator.v1.topics.html
index 163aec3..f78626b 100644
--- a/docs/dyn/moderator.v1.topics.html
+++ b/docs/dyn/moderator.v1.topics.html
@@ -14,19 +14,19 @@
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
+<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns the specified topic from the specified series.<br>
<br>
Args:<br>
seriesId: integer, The decimal ID of the Series. (required)<br>
topicId: integer, The decimal ID of the Topic within the Series. (required)</tt></dd></dl>
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
+<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts a new topic into the specified series.<br>
<br>
Args:<br>
seriesId: integer, The decimal ID of the Series. (required)<br>
- body: object, The request body.</tt></dd></dl>
+ body: object, The request body. (required)</tt></dd></dl>
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
+<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Searches the topics within the specified series and returns the search results.<br>
<br>
Args:<br>
seriesId: integer, The decimal ID of the Series. (required)<br>
@@ -37,12 +37,12 @@
<dl><dt><a name="Resource-submissions"><strong><a href="moderator.v1.topics.submissions.html">submissions</a></strong></a> = methodResource(self)</dt><dd><tt>A collection resource.</tt></dd></dl>
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
+<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates the specified topic within the specified series.<br>
<br>
Args:<br>
seriesId: integer, The decimal ID of the Series. (required)<br>
topicId: integer, The decimal ID of the Topic within the Series. (required)<br>
- body: object, The request body.</tt></dd></dl>
+ body: object, The request body. (required)</tt></dd></dl>
<hr>
Data descriptors defined here:<br>