2.0.0 • Published 3 years ago

@trazable/changelog-generator v2.0.0

Weekly downloads
55
License
ISC
Repository
github
Last release
3 years ago

Trazable Changelog generator

NPM

Description

Trazable custom changelog generator.

How to use

To use the generator module you must follow the next steps:

  • Step 1:

    • In your new project, download the module with the next command: npm install --save-dev @trazable/changelog-generator
  • Step 2:

    • Put in to your package.json the next script:
      "scripts":{
        "preview-version": "./node_modules/.bin/preview-generator",
        "bump-version": "./node_modules/.bin/bump-generator",
        "generate-changelog": "./node_modules/.bin/changelog-generator"
      }
  • Step 3:

    • Only generate the Changelog when you are in branch release/* or hotfix/* otherwise a preview is printed
    • Only preview the next version and commits when you are in branch develop
  • Step 4:

    • Remember run this script before close the branch