Skip to content

Commit

Permalink
Add tutorial links to patch release instructions (#465)
Browse files Browse the repository at this point in the history
## Description

<!-- Provide a brief description of the PR's purpose here. -->

Forgot to do this for 0.7.1 but will leave as is since it is relatively
minor.

## Status

- [x] I have read the guidelines in

[CONTRIBUTING.md](https://github.com/icaros-usc/pyribs/blob/master/CONTRIBUTING.md)
- [x] I have formatted my code using `yapf`
- [x] I have tested my code by running `pytest`
- [x] I have linted my code with `pylint`
- [N/A] I have added a one-line description of my change to the
changelog in
      `HISTORY.md`
- [x] This PR is ready to go
  • Loading branch information
btjanaka authored Mar 14, 2024
1 parent 971b1d7 commit 7cbd79f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ from `master` into the corresponding release branch.
1. On the release branch, edit `HISTORY.md` to remove any irrelevant history,
e.g., if there are upcoming changes that will be included only in the next
version.
1. If any tutorials were added in this release, run `make tutorial_links` to
make the links point to the stable version of pyribs.
1. (Optional) On the release branch, run `make release-test`. This uploads the
code to TestPyPI to check that the deployment works. If this fails, make
fixes as appropriate.
Expand Down

0 comments on commit 7cbd79f

Please sign in to comment.