PATH: //opt/alt/alt-nodejs10/root/lib/node_modules/npm/scripts
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 changelog.js
↓
X
📄 clean-old.sh
↓
X
📄 dep-update
↓
X
📄 dev-dep-update
↓
X
📄 docs-build.js
↓
X
📄 gen-changelog
↓
X
📄 gen-dev-ignores.js
↓
X
📄 install.sh
↓
X
📄 maketest
↓
X
📄 pr
↓
X
📄 publish-tag.js
↓
X
📄 release.sh
↓
X
📄 relocate.sh
↓
X
📄 update-authors.sh
↓
X
📄 update-dist-tags.js
↓
X
SAVING...
BERHASIL DIUBAH!
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
SIMPAN PERUBAHAN