Skip to content

Commit

Permalink
chore(Packaging): Include additional files
Browse files Browse the repository at this point in the history
Include the README, LICENSE, and CHANGELOG with releases.
  • Loading branch information
brianp committed Jan 2, 2020
1 parent b627d48 commit c729dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fmt:
${docker_exec} cargo fmt

package:
${docker_exec} tar -cvzf muxed-$(shell git tag | grep -E '^[0-9]' | sort -V | tail -1)-${target}.tar.gz -C ./target/${target}/release/ muxed
${docker_exec} tar -cvzf muxed-$(shell git tag | grep -E '^[0-9]' | sort -V | tail -1)-${target}.tar.gz LICENSE README.md CHANGELOG.md -C ./target/${target}/release/ muxed

release:
${docker_exec} cargo build --release --target ${target}
Expand Down

0 comments on commit c729dee

Please sign in to comment.