Skip to content

Commit

Permalink
Update contributing guidelines and contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
f-brinkmann committed Apr 28, 2023
1 parent cedf48e commit 52fcd30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ To release a new Mesh2HRTF version do the following
- Write the new version to the file VERSION
- Update HISTORY.rst (also include new contributors)
- Commit all changes to develop
- merge develop into main
- check if the tests pass
- check if the documentation is building
- add a tag with the version number ``git tag <tagname>``, e.g. ``git tag v1.0.0``
- push the tag using ``git push origin --follow-tags``
- merge develop into main
- add a release on github
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Contributors

The following persons contributed to Mesh2HRTF (in reverse chronological order):

* Tim Wennemann (2023): Update for CenterHead and AssignMaterial scripts
* Jeffrey Thomsen (2022): Testing and documentation
* Sergejs Dombrovskis (2022): Initial NumCalc manager version, documentation and tutorials
* Johan Pauwels (2022): various
Expand Down

0 comments on commit 52fcd30

Please sign in to comment.