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
-
4
1
1.0.0 (January 24, 2018)
5
2
========================
6
3
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ echo $( printf "%${#HEADER}s" | tr " " "=" ) >> newchanges
26
26
echo " " >> newchanges
27
27
28
28
# 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
30
30
echo " " >> newchanges
31
31
echo " " >> newchanges
32
32
You can’t perform that action at this time.
0 commit comments