Skip to content

Commit

Permalink
Noted tool for converting release notes to Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored May 28, 2020
1 parent d56f402 commit 40885ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ To release a new version, first create a commit that updates :ref:`the changelog

For non-bugfix releases you may want to update the news section of ``README.md`` as part of the same commit.

Wait long enough for Travis to build and deploy the demo version of that commit (otherwise the tag deployment may fail to alias to it properly). Then run the following::
To tag and push the releaes, run the following::

git tag 0.25.2
git push --tags

Final steps once the release has deployed to https://pypi.org/project/datasette/

* Manually post the new release to GitHub releases: https://github.com/simonw/datasette/releases
* Manually post the new release to GitHub releases: https://github.com/simonw/datasette/releases - you can convert the release notes to Markdown by copying and pasting the rendered HTML into this tool: https://euangoddard.github.io/clipboard2markdown/
* Manually kick off a build of the `stable` branch on Read The Docs: https://readthedocs.org/projects/datasette/builds/

0 comments on commit 40885ef

Please sign in to comment.