1,057
edits
Changes
→Github
* Find the tag you just pushed and click it, or click the "Draft a new release" button.
* Copy the NEWS file contents into the '''Write''' tab. You can use the '''Preview''' tab to check your formatting.
* Add the sh256sum of the source distribution to the bottom of the release notes.
You can obtain the sha256sum with the following command:
git archive --format=tar --prefix=gramps-{{version}} v{{version}} | gzip | sha256sum
Alternatively, download it and use:
sha256sum gramps-{{version}}.tar.gz
* Click '''Publish Release''' at the bottom of the edit area when you're satisfied with the contents.