@trazable/changelog-generator

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i @trazable/changelog-generator

Weekly Downloads

0

Version

2.0.0

License

ISC

Unpacked Size

18.7 kB

Total Files

10

Last publish

Collaborators

  • blockchain-traceability-sl
  • trz-pablo-gijon