Also commit changelog when releasing

This commit is contained in:
Paul Bienkowski 2021-12-06 08:52:45 +01:00
parent ee13e8e2f5
commit e99aa62639

View file

@ -20,7 +20,9 @@ sed -i 's|^__version__ = "'$CURRENT'"|__version__ = "'${NEXT}'"|' $ROOT_DIR/api/
git commit -m "Release: ${NEXT}" \
tile-generator/openbikesensor.yaml \
api/obs/api/__init__.py
api/obs/api/__init__.py \
CHANGELOG.md \
UPGRADING.md \
git tag $NEXT