Skip to content

Commit

Permalink
add changelog to release zip
Browse files Browse the repository at this point in the history
  • Loading branch information
c-sp committed Jun 14, 2020
1 parent 500a51d commit 6be9ac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

# master

# v1.1

- use
[mooneye-gb:6b9488fa3e](https://github.com/Gekkio/mooneye-gb/tree/6b9488fa3e)
*(2020-04-18)*
Expand Down
2 changes: 1 addition & 1 deletion src/assemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ create_release_zip()
fi

mkdir -p "$ARTIFACTS_DIR"
cp README.md "$ARTIFACTS_DIR"
cp README.md CHANGELOG.md "$ARTIFACTS_DIR"

# remove old zip file
cd "$ARTIFACTS_DIR"
Expand Down

0 comments on commit 6be9ac6

Please sign in to comment.