You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 26, 2025. It is now read-only.
When making a new release,
HISTORY.mdnewest position is called(unreleased)instead of the newest version.I've created a simple workaround by modifying
releaseunderMakefile.Instead of calling:
You could perhaps do something like:
Furthermore, you could get rid of all the release commits from changelog:
This way
HISTORY.mdcontains relevant commits only.