🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 22:45:51 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs11
/
root
/
usr
/
lib
/
node_modules
/
npm
/
scripts
📍 /opt/alt/alt-nodejs11/root/usr/lib/node_modules/npm/scripts
🔄 Refresh
✏️
Editing: gen-changelog
Read Only
#!/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
💾 Save Changes
❌ Cancel