文件操作 - gen-changelog
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/n/versions/node/12.18.0/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
修改文件时间
将文件时间修改为当前时间的前一年
删除文件