Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101793212
changelog.sh
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
Thu, Feb 13, 18:28
Size
238 B
Mime Type
text/x-shellscript
Expires
Sat, Feb 15, 18:28 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24230545
Attached To
R2664 SHRINE MedCo Fork
changelog.sh
View Options
#!/bin/bash
(
echo
'# Changes'
echo
''
git log --first-parent --pretty
=
format:
'%s'
\
| grep -v
'^update changelog'
\
| perl -p -e
's/^((v?[0-9]+\.?)+)$/\n## \1\n/g'
\
| perl -p -e
's/^([^#\s].*)$/* \1/g'
)
> CHANGELOG.md
Event Timeline
Log In to Comment