File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1- Upcoming release
2- ================
3-
411.0.0 (January 24, 2018)
52========================
63
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ echo $( printf "%${#HEADER}s" | tr " " "=" ) >> newchanges
2626echo " " >> newchanges
2727
2828# Search for PRs since previous release
29- git log --grep=" Merge pull request" ` git describe --tags --abbrev=0` ..HEAD --pretty=' format: * %b %s' | sed ' s/ Merge pull request \#\([^\d]*\)\ from\ .*/(\#\1)/ ' >> newchanges
29+ git log --grep=" Merge pull request" ` git describe --tags --abbrev=0` ..HEAD --pretty=' format: * %b %s' | sed ' s+ Merge pull request \#\([^\d]*\)\ from\ .*+(https://github.com/nipy/nipype/pull/\1)+ ' >> newchanges
3030echo " " >> newchanges
3131echo " " >> newchanges
3232
You can’t perform that action at this time.
0 commit comments