Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102312181
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
Wed, Feb 19, 09:42
Size
238 B
Mime Type
text/x-shellscript
Expires
Fri, Feb 21, 09:42 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24327119
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