Skip to content
  • Ploc's avatar
    feat(): add automatic changelog generation capability · bd2270ec
    Ploc authored
    Add automatic changelog generation capability using conventional-changelog node
    module and npm.
    
    Releasing a new version is as easy as typing: `npm run release`. The version
    from package.json is propagated to other files (VERSION files) and the
    changelog is updated with latest version's new items (features and bug fixes).
    
    closes #13
    bd2270ec