-
Notifications
You must be signed in to change notification settings - Fork 1
Development
kojix2 edited this page Nov 19, 2021
·
11 revisions
The maintenance procedure is as follows
- A new version of Minimap2 will be released.
- Update the version of Minimap2 in the Git submodule.
git commit -m "Set minimap2 version to 2.XX"
- Check the python directory of Minimap2 and see what files have been changed. Apply the changes to ruby-minimap2.
- Members of MapOpt are often added.
- Check the Makefile of Minimap2 and if the Makefile has been changed, check if the patch works correctly. If it does not work, create a new patch.
- Check minimap2.h (optional)
- Update the version of ruby-minimap2.
- Release.
- Write a brief release note.