]> git.jsancho.org Git - datasette-pytables.git/blobdiff - RELEASING.md
Fix entry point and some issues with sqlite glob operand
[datasette-pytables.git] / RELEASING.md
index 64df5edb39803dd3bab74ee7b1802da03f752c04..a6242f15bb87b83957958dc5c9fd238c2a02ad87 100644 (file)
@@ -44,6 +44,12 @@ Date: 2018-06-01
     $ git push --tags
 ```
 
+* Do the official release.  Go to:
+
+https://github.com/PyTables/datasette-pytables/releases/edit/vX.Y.Z
+
+and add the title for the release (vX.Y.Z) and the release notes there.
+
 
 ## Testing
 
@@ -87,7 +93,7 @@ Do a quick check that the tarball is sane.
 
 ## Announcing
 
-* Send an announcement to the python-announce, python-users and pydata
+* Send an announcement to the pytables-announce, pytables-users and pydata
   lists.  Use the ``ANNOUNCE.md`` file as skeleton (or possibly as
   the definitive version).
 
@@ -101,6 +107,8 @@ Do a quick check that the tarball is sane.
 
   #XXX version-specific blurb XXX#
 
+* Update ``VERSION`` file to X.Y.(Z+1)-dev
+
 * Commit your changes with:
 
 ```