Skip to content

Commit

Permalink
Merge pull request #905 from akrabat/0.98-release
Browse files Browse the repository at this point in the history
Prepare for 0.98 release
  • Loading branch information
lornajane committed Aug 28, 2020
2 parents 8efb5a9 + 7ef337b commit d9bf8cd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -2,6 +2,9 @@
{next}
------

0.98 (2020-08-28)
-----------------

* Added: We can now create coverage reports using ``tox -e coverage``. (Issues 890)
* Changed: Update Pygments styles (Issue #882)
* Changed: Update Pillow dependency in requirements.txt. (Issue #858)
Expand Down
27 changes: 16 additions & 11 deletions doc/RELEASE_PROCESS.rst
Expand Up @@ -4,7 +4,22 @@ Release Process for rst2pdf

This is an outline of what needs to be done in order to release rst2pdf.

#. Update ``CHANGES.rst``
#. Update ``CHANGES.rst``. Commit to a branch, PR and merge to master
#. Ensure all PRs are attached to the milestone
#. Close the milestone and create next one
#. Use changelog-generator_ (or similar) to create a changelog

::

$ changelog-generator -u rst2pdf -r rst2pdf -m 999

#. Tag release with version number

::

$ git tag -s 0.94
$ git push upstream 0.94

#. Build manual

::
Expand All @@ -21,16 +36,6 @@ This is an outline of what needs to be done in order to release rst2pdf.
and upload to HTML and PDF to the website
via a PR on the rst2pdf.github.io_ repo.

#. Ensure all PRs are attached to the milestone
#. Close the milestone and create next one
#. Use changelog-generator_ (or similar) to create a changelog
#. Tag release with version number

::

$ git tag -s 0.94
$ git push upstream 0.94

#. Update Releases section on GitHub project and paste in changelog
#. Create rc distribution package

Expand Down

0 comments on commit d9bf8cd

Please sign in to comment.