Skip to content

Commit

Permalink
generate_release_notes - Create the destination directory if it doesn…
Browse files Browse the repository at this point in the history
…'t exist
  • Loading branch information
chmorgan committed Feb 12, 2017
1 parent 132896b commit 7c62e7b
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 @@ -30,6 +30,9 @@ with=_
fromTag=SharpPcap_${fromVersion//$replace/$with}
toTag=SharpPcap_${toVersion//$replace/$with}

# create the destination directory if it doesn't already exist
mkdir -p $destinationDirectory

outputFile=$destinationDirectory/SharpPcap_${toVersion}_ReleaseNotes.txt

echo "SharpPcap ChangeLog" > $outputFile
Expand Down

0 comments on commit 7c62e7b

Please sign in to comment.