Skip to content

CroCodeBV/changelogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

changelogger

Manage your JS/TS changelog conflict free

Test run

For now you can run the following commands to test the library:

node --experimental-specifier-resolution=node bin/index.js

Commands

List

node --experimental-specifier-resolution=node bin/index.js list

List all changes in the changelog

Add

node --experimental-specifier-resolution=node bin/index.js add

Create a new temporary changelog entry in a new file using a dialog interface

Merge

node --experimental-specifier-resolution=node bin/index.js merge

Merge all temporary changelog entries into the changelog.md file. Use this command after you have finished adding all changes during a release.

About

Manage your JS/TS changelog conflict free

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published