npm-scripts / scripts

Collection of useful npm-scripts!
http://git.io/npm-scripts
MIT License
172 stars 8 forks source link

add changelog scripts? #21

Open stevemao opened 9 years ago

stevemao commented 9 years ago
"scripts": {
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -w",
    "github-release": "conventional-github-releaser -p angular"
  }

Would you like to add these? conventional-changelog is used in a lot of projects now.

hemanth commented 9 years ago

Sure.