We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad7e3b commit 1800997Copy full SHA for 1800997
tools/update_changes.sh
@@ -25,7 +25,8 @@ echo $HEADER >> newchanges
25
echo $( printf "%${#HEADER}s" | tr " " "=" ) >> newchanges
26
echo >> newchanges
27
28
-if [[ "x$2" != "x" ]]; then
+MILESTONE=${2:-""}
29
+if [[ "x$MILESTONE" != "x" ]]; then
30
echo "(\`Full changelog <https://github.com/nipy/nipype/milestone/$2?closed=1>\`__)" >> newchanges
31
32
fi
0 commit comments