Skip to content

Commit

Permalink
Add detail to release procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Jan 24, 2021
1 parent cc253bc commit 73cd213
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/contrib/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,13 @@ Releasing
9. Create a new release on GitHub.

- Choose the existing tag ``v<version>`` created/pushed earlier; *do not* create a new one.
- Add a link to the section in the “What's New” page of the documentation corresponding to the new release.
- For the description, provide a link to the section in the “What's New” page of the documentation that corresponds to the new release.
For example:

.. code-block:: markdown
See the [“What's New” page](https://docs.messageix.org/projects/ixmp/en/stable/whatsnew.html#v3-1-0-2020-08-28) in the ixmp documentation for a list of all changes.
10. Update on conda-forge.
A PR should automatically be opened by a bot after the GitHub release (sometimes this takes up to 30 minutes).
Expand Down

0 comments on commit 73cd213

Please sign in to comment.