forked from ungleich-public/cdist
enhance build scripts for releasing from non-master branch
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
1cdcb12ebd
commit
3a2bd673c9
2 changed files with 8 additions and 3 deletions
|
|
@ -256,7 +256,11 @@ eof
|
|||
make pub
|
||||
|
||||
# publish man, speeches, website
|
||||
make web-release-all
|
||||
if [ "$masterbranch" = yes ]; then
|
||||
make web-release-all
|
||||
else
|
||||
make web-release-all-no-latest
|
||||
fi
|
||||
|
||||
# Ensure that pypi release has the right version
|
||||
"$0" version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue