swarm
This commit is contained in:
7
builder-docker/jenkins/node-v12.22.8-linux-x64/lib/node_modules/npm/scripts/gen-changelog
generated
vendored
Normal file
7
builder-docker/jenkins/node-v12.22.8-linux-x64/lib/node_modules/npm/scripts/gen-changelog
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
#!/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
|
Reference in New Issue
Block a user