/
/
usr
/
lib
/
node_modules
/
npm
/
scripts
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.220
PHP 7.4.33
Dir:
/usr/lib/node_modules/npm/scripts
Edit:
/usr/lib/node_modules/npm/scripts/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
Ukuran: 420 B