Skip to content

Commit

Permalink
add tests constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Nov 30, 2023
1 parent 67fcc69 commit 576695c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ detail. Why is this change required? What problem does it solve?-->
- [ ] Document any new features, update documentation for changes made.
- [ ] Make sure the copyright notice on any files you modified is up to date.
- [ ] After creating a pull request, note it in the CHANGELOG.md file.
- [ ] LANL employees: make sure tests pass both on the github CI and on the Darwin CI

If preparing for a new release, in addition please check the following:
- [ ] Update the version in cmake.
Expand Down
7 changes: 5 additions & 2 deletions doc/sphinx/src/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -710,14 +710,17 @@ version number in the ``project`` field of the of the top-level
``CHANGELOG.md``, moving all the changes listed under ``Current Main``
to that release. Then add empty categories for ``Current
Main``. Typically the branch for this merge request should be called
``v[release number]-rc`` for "release candidate."
``v[release number]-rc`` for "release candidate." Make sure that the
full test suite passes for this PR.

After that pull request is merged, go to the ``releases`` tab on the
right sidebar on github, and draft a new release. Set the tag to
``v[release number]``, fill the comment with the changes in the
changelog since the last release, and make the release.

Finally, the Spackages must be updated. To do so, you will need the checksum for the tarball for the newest release. Download the tarball from the release page, and then run
Finally, the Spackages must be updated. To do so, you will need the
checksum for the tarball for the newest release. Download the tarball
from the release page, and then run

.. code-block:: bash
Expand Down

0 comments on commit 576695c

Please sign in to comment.