Skip to content

Commit

Permalink
Add changelog to zip (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
allendav authored Feb 5, 2020
1 parent 234888b commit b12209d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ confirm( colors.cyan( 'Howdy! This script is going to create a release folder wi
mkdir( releaseFolder );
mkdir( targetFolder );

// copy the main php file and readme.txt
// copy the main php file, changelog.txt, and readme.txt
cp( 'woocommerce-payments.php', targetFolder );
cp( 'changelog.txt', targetFolder );
cp( 'readme.txt', targetFolder );

// copy the directories to the release folder
Expand Down

0 comments on commit b12209d

Please sign in to comment.