Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96572523
gen-changelog
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Dec 28, 08:20
Size
420 B
Mime Type
text/x-shellscript
Expires
Mon, Dec 30, 08:20 (2 d)
Engine
blob
Format
Raw Data
Handle
23208320
Attached To
R2664 SHRINE MedCo Fork
gen-changelog
View Options
#!/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
Event Timeline
Log In to Comment