X7ROOT File Manager
Current Path:
/usr/lib/node_modules/npm/scripts
usr
/
lib
/
node_modules
/
npm
/
scripts
/
ðŸ“
..
📄
changelog.js
(3 KB)
📄
clean-old.sh
(4.17 KB)
📄
dep-update
(294 B)
📄
dev-dep-update
(292 B)
📄
docs-build.js
(825 B)
📄
gen-changelog
(420 B)
📄
gen-dev-ignores.js
(350 B)
📄
install.sh
(5.47 KB)
📄
maketest
(1.8 KB)
📄
pr
(3.96 KB)
📄
publish-tag.js
(151 B)
📄
release.sh
(889 B)
📄
relocate.sh
(673 B)
📄
update-authors.sh
(197 B)
📄
update-dist-tags.js
(3.46 KB)
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