X7ROOT File Manager
Current Path:
/opt/alt/alt-nodejs6/root/usr/lib/node_modules/npm/scripts
opt
/
alt
/
alt-nodejs6
/
root
/
usr
/
lib
/
node_modules
/
npm
/
scripts
/
ðŸ“
..
📄
changelog.js
(2.89 KB)
📄
clean-old.sh
(4.16 KB)
📄
dep-update
(149 B)
📄
dev-dep-update
(143 B)
📄
doc-build.sh
(3.18 KB)
📄
gen-changelog
(420 B)
📄
index-build.js
(1.68 KB)
📄
install.sh
(6.09 KB)
📄
maketest
(2.02 KB)
📄
publish-tag.js
(151 B)
📄
release.sh
(657 B)
📄
relocate.sh
(665 B)
📄
update-authors.sh
(183 B)
Editing: gen-changelog
#!/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
Upload File
Create Folder