Release how-to
Here are the step by step instructions to release a new version of xESMF.
Make sure
CHANGES.rstis up to date and includes a section on the version to be released, usually this is done through a pull request.On GitHub, go the Releases page and click on Draft a new release;
Enter new version in Tag version (e.g. v<major>.<minor>.<patch>);
Enter the Release title (e.g. the same tag);
Copy the relevant section of
CHANGES.rstin the description;Click Publish release;