raszi / node-tmp

Temporary file and directory creator for node.js
MIT License
732 stars 93 forks source link

fix #191: generate changelog from pull requests using lerna-changelog #253

Closed silkentrance closed 4 years ago

silkentrance commented 4 years ago

fix #191: generate changelog from pull requests using lerna-changelog

@raszi

Prior to publishing a new release, the changelog must be updated. To do this, simply run ./scripts/prepare-changelog.sh <previous-version-tag>. This will create a CHANGELOG.new.md based on the old CHANGELOG.md. Normally, this will give you an unreleased new version at the very top. Here you must insert the actual version number. After review, simply move the CHANGELOG.new.md to CHANGELOG.md and you are done.

Have fun.

silkentrance commented 4 years ago

191 PR is #253

silkentrance commented 4 years ago

lol this must be microsoft at work. buggy as hell. it took three tries to actually merge this.