1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 13:44:14 +01:00

Regenerate svtplay-dl after __version__ is updated

This commit is contained in:
Olof Johansson 2015-03-25 00:12:13 +01:00
parent 9ba730b524
commit b166577f07

View File

@ -71,6 +71,7 @@ release: $(RELEASE_DIR) release-test
set -e; cd $(RELEASE_DIR) && \
sed -i -r -e 's/^(LATEST_RELEASE = ).*/\1$(RELEASE)/' Makefile;\
sed -i -r -e 's/^(__version__ = ).*/\1"$(RELEASE)"/' lib/svtplay_dl/__init__.py;\
make svtplay-dl; \
git add svtplay-dl Makefile lib/svtplay_dl/__init__.py; \
git commit -m "Prepare for release $(RELEASE)";
(cd $(RELEASE_DIR) && git format-patch --stdout HEAD^) | git am