PATH:
usr
/
local
/
lib
/
node_modules
/
npm
/
scripts
#!/bin/sh # Usage: gen-changelog [comittish] # Reads all the commits since comittish and produces changelog entries in # our style as best as it can, appendning them to CHANGELOG.md. If it # encounters a git error it won't modify CHANGELOG.md # @iarna uses this as the first step in producing changelogs for a release. (node $(npm prefix)/scripts/changelog.js "$@"; cat CHANGELOG.md) > new.md && mv new.md CHANGELOG.md
[-] dep-update
[edit]
[-] gen-changelog
[edit]
[+]
..
[-] publish-tag.js
[edit]
[-] pr
[edit]
[-] changelog.js
[edit]
[-] maketest
[edit]
[-] relocate.sh
[edit]
[-] release.sh
[edit]
[-] install.sh
[edit]
[-] docs-build.js
[edit]
[-] clean-old.sh
[edit]
[-] update-authors.sh
[edit]
[-] dev-dep-update
[edit]
[-] gen-dev-ignores.js
[edit]