Simple CLI tool for generating changelogs; inspired by changesets
Initializes piccologs by creating a .piccologs
directory in your current working directory.
Also adds a .gitkeep
file to ensure that the directory is checked into version control.
Asks you some questions about the change and adds the provided information in a new piccolog file. You may edit the generated piccolog file in your preferred editor and check it into version control.
Collects all piccologs and writes them nicely formatted to your CHANGELOG.md
under a given version tag.
You may edit the updated CHANGELOG.md
in your preferred editor and commit it to version control.
Collects all piccologs and outputs them to the console. You can optionally use a --type=<type>
argument to output only changes of a certain type, e.g.,
$ npx picco ls --type=migration