gittyloggy
v1.0.3
Published
This library can be used in your projects to properly generate a changelog that all your PMs and Testers all around the world love so much.
Downloads
12
Maintainers
Readme
GittyLoggy
This library can be used in your projects to properly generate a changelog that all your PMs and Testers all around the world love so much.
Installation
yarn -D gittyloggy
Or using npm
npm --save-dev gittyloggy
How to use
Add a new script to your project package.json
{
"scripts": {
"gitty": "cl"
}
}
Then add a new gittyconfig.json file in the root of your project with the following properties
{
"PEOPLE_TAGS": "your pm and testers tags",
"PIPELINE_URL": "your pipeline url",
"VERSION": "your version",
"TAG": "your tag to look up to"
}
This command will output a proper changelog that you can copy and paste wherever you need to.
Roadmap
- [X] Release on npm
- [] Add support for multiple languages
- [] Add support to run plugins so that each changelog output can be further customize to meet devs needs