Skip to content

Commit

Permalink
Update release procedure document
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Jan 16, 2025
1 parent 09aa198 commit e6ebd85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ How to make a new release?

9. Update the version number in ``include/mitsuba/mitsuba.h``.

10. Regenerate the documentation again using the same command:
``ninja docstrings && ninja && ninja mkdoc-api mkdoc``.
10. Add release number and date to ``docs/release_notes.rst``.

11. Add release number and date to ``docs/release_notes.rst``.
11. Regenerate the documentation again using the same command:
``ninja docstrings && ninja && ninja mkdoc-api mkdoc``.

12. Commit: ``git commit -am "vX.Y.Z release"``

Expand Down

0 comments on commit e6ebd85

Please sign in to comment.