@trazable/changelog-generator
v2.0.0
Published
Custom trazable changelog generator based on conventional-commits
Downloads
2
Readme
Trazable Changelog generator
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
- In your new project, download the module with the next command:
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/*
orhotfix/*
otherwise a preview is printed - Only preview the next version and commits when you are in branch
develop
- Only generate the Changelog when you are in branch
Step 4:
- Remember run this script before close the branch