Also commit changelog when releasing

fix-traversal-0.3.4
Paul Bienkowski 2021-12-06 08:52:45 +01:00
parent ee13e8e2f5
commit e99aa62639
1 changed files with 3 additions and 1 deletions

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