Skip to content

Commit

Permalink
CONTRIBUTING.md: Add link to video of release process
Browse files Browse the repository at this point in the history
I recorded a screen capture of me creating the Mesa v3.1.2 release: https://youtu.be/JE44jkegmns

This PR adds this URL to the Contributing guide for future reference.
  • Loading branch information
EwoutH authored and jackiekazil committed Jan 4, 2025
1 parent b8230a3 commit 9de3dab
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 @@ -137,6 +137,8 @@ To create a new release, follow these steps:
9. The [`release.yml`](https://github.com/projectmesa/mesa/blob/main/.github/workflows/release.yml) CI workflow should automatically create and upload the package to PyPI. Verify this on [PyPI.org](https://pypi.org/project/mesa/).
10. Finally, after release, open a new PR to update the version number in [`mesa/__init__.py`](https://github.com/projectmesa/mesa/blob/main/mesa/__init__.py) for the next release (e.g., `"3.1.0.dev"`).

A recorded video of this process is [available here](https://youtu.be/JE44jkegmns).

## Special Thanks

A special thanks to the following projects who offered inspiration for this contributing file.
Expand Down

0 comments on commit 9de3dab

Please sign in to comment.