chore(dist): add Changelog to dist archive
This commit is contained in:
parent
9d43c269ac
commit
be7101c76d
1
Makefile
1
Makefile
|
@ -18,6 +18,7 @@ dist: build
|
||||||
cp target/gomicsv target/dist/gomicsv/gomicsv; \
|
cp target/gomicsv target/dist/gomicsv/gomicsv; \
|
||||||
cp README.md target/dist/gomicsv; \
|
cp README.md target/dist/gomicsv; \
|
||||||
cp COPYING.md target/dist/gomicsv; \
|
cp COPYING.md target/dist/gomicsv; \
|
||||||
|
cp CHANGELOG.md target/dist/gomicsv; \
|
||||||
pushd target/dist; \
|
pushd target/dist; \
|
||||||
zip -r ../Gomics-v_$(VERSION).zip gomicsv; \
|
zip -r ../Gomics-v_$(VERSION).zip gomicsv; \
|
||||||
rm -rf gomicsv; \
|
rm -rf gomicsv; \
|
||||||
|
|
Loading…
Reference in a new issue