Skip to content

BleemIs42/changelog-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

changelog-emoji

Generate changelog

Install

yarn add changelog-emoji -g
# or
npm install changelog-emoji -g

Usage

npx changelog

You can use it with standard-version, Config in package.json.

"script": {
  "release": "standard-version"
},
"standard-version": {
  "skip": {
    "changelog": true
  },
  "scripts": {
    "postbump": "yarn changelog
  }
}

About

Generate changelog with commit emoji.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published