Skip to content

Commit

Permalink
generate_release_notes - Remove the temporary 'changes' file once it …
Browse files Browse the repository at this point in the history
…is unused
  • Loading branch information
chmorgan committed Feb 12, 2017
1 parent 7c62e7b commit 400d092
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Scripts/generate_release_notes
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ git log ${fromTag}..${toTag} > changes

# append the changes to the release file
cat changes >> ${outputFile}

# remove the changes file
rm changes

0 comments on commit 400d092

Please sign in to comment.