Skip to content

Creating release notes

Richard Schneider edited this page Dec 31, 2016 · 1 revision

clgt will create release notes from the commit history.

Use clgt from NPM to create the release notes

clgt -t <ver>.. -u https://github.com/richardschneider/net-ipfs-core/commit

Where ver is the latest published version.

This creates CHANGELOG.md. Goto Draft Release, then paste the file and then edit.

Appveyor will then build and push the new release to NuGet

Clone this wiki locally