Skip to content

Commit

Permalink
Add CHANGELOG.md to the zip bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
zombiezen committed Oct 1, 2020
1 parent 330b11a commit bcb59da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mkzip() {
mkzip "${bundle}_cats.zip"

# Next: create end-user-friendly distribution.
cp "$srcroot/README.md" "$srcroot/LICENSE" "$distroot/"
cp "$srcroot/README.md" "$srcroot/LICENSE" "$srcroot/CHANGELOG.md" "$distroot/"
mkzip "${bundle}.zip"

# Output base name of bundle.
Expand Down

0 comments on commit bcb59da

Please sign in to comment.