The release process should be automated.
CHANGELOG.md
should be automatically put as content in the GitHub releases, because Sibbell puts that content in emails announcing a new release.
- Combination between release-it and github-release-from-changelog
- release-it
- github-release-from-changelog
- npmpub
- np
- npm-github-release
- semantic-release
- Chosen Alternative: Combination between release-it (run first) and github-release-from-changelog (run second), because all other tools do not work.
- npmpub has issues on Windows: MoOx/npmpub#19
- ng has issues on Windows: sindresorhus/np#204
- npm-github-release does not read
CHANGELOG.md
, but demands text - semantic-release seems to be over-engieered