Skip to content

Commit

Permalink
Use correct CHANGELOG file
Browse files Browse the repository at this point in the history
  • Loading branch information
dashorst committed Nov 8, 2014
1 parent dab4dac commit 6c96430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-milestone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ echo "========================================================================
CHANGELOG for $version:
" >> /tmp/release-$version-sigs.txt

awk "/Release Notes - Wicket - Version $version/{flag=1;next} /==================/{flag=0} flag { print }" CHANGELOG-6.x >> /tmp/release-$version-sigs.txt
awk "/Release Notes - Wicket - Version $version/{flag=1;next} /==================/{flag=0} flag { print }" CHANGELOG-7.x >> /tmp/release-$version-sigs.txt


echo "Generating Vote email"
Expand Down

0 comments on commit 6c96430

Please sign in to comment.