Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
brenthuisman committed Jul 31, 2023
1 parent 11358d5 commit f9674fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contrib/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Post Release

#. Update Zenodo with authors and changelog created in previous step and submit.

#. Make a new PR setting ``VERSION`` to the next with a trailing ``-dev``. E.g. if you just released ``3.14.15``, change ``VERSION`` to ``3.15.16-dev``. Make the number portion always consists of a triple. Shorter versions are uninstallable by Spack (``spack install arbor@0.8`` will install v0.8.1, due to anything shorter than a triple being interpreted as a version range).
#. Make a new PR setting ``VERSION`` to the next with a trailing ``-dev``. E.g. if you just released ``3.14.15``, change ``VERSION`` to ``3.15.16-dev``. Make sure the number portion always consists of a triple. Shorter versions are uninstallable by Spack (``spack install arbor@0.8`` will install v0.8.1, due to anything shorter than a triple being interpreted as a version range).

- Update ``spack/package.py``. The checksum of the targz is the sha256sum.
- Include changes such as to ``CITATIONS``, ``doc/index.rst`` in postrel PR. Copy Zenodo BibTex export to ``CITATIONS``.
Expand Down

0 comments on commit f9674fc

Please sign in to comment.