X7ROOT File Manager
Current Path:
/opt/alt/alt-nodejs11/root/usr/lib/node_modules/npm/scripts
opt
/
alt
/
alt-nodejs11
/
root
/
usr
/
lib
/
node_modules
/
npm
/
scripts
/
ðŸ“
..
📄
changelog.js
(3 KB)
📄
clean-old.sh
(4.16 KB)
📄
dep-update
(199 B)
📄
dev-dep-update
(197 B)
📄
doc-build.sh
(1.96 KB)
📄
gen-changelog
(420 B)
📄
gen-dev-ignores.js
(299 B)
📄
index-build.js
(1.66 KB)
📄
install.sh
(5.32 KB)
📄
maketest
(1.82 KB)
📄
publish-tag.js
(151 B)
📄
release.sh
(711 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