Skip to content

Commit

Permalink
Improve documentation of the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 26, 2022
1 parent 9fa86e5 commit 8c43c12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Unreleased
=================

- Added support for Python 3.10.

- Fixed tabular output with rows containing only whitespace or other
non-printable characters by upgrading to upstream ``tabulate`` package.

Expand Down
7 changes: 6 additions & 1 deletion DEVELOP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,12 @@ To create a new release, you must:
- Create a tag by running ``./devtools/create_tag.sh``

- ``create_tag.sh`` pushes a new tag to Github, that triggers a Github action
which releases the new version to PyPi.
which releases the new version to PyPI.

- Designate the new release on GitHub at https://github.com/crate/crash/releases

- Run the ``crash_standalone`` job on Jenkins in order to produce and publish
a self-contained executable to https://cdn.crate.io/downloads/releases/

- Archive docs for old releases (see below)

Expand Down

0 comments on commit 8c43c12

Please sign in to comment.