diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 5fcc045f..30355c6e 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 ``, 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 diff --git a/HISTORY.rst b/HISTORY.rst index 6bd58ab6..c469d881 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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