show git diff

This commit is contained in:
Johannes Loher 2021-01-09 18:29:30 +01:00
parent 75e21fcf5f
commit 9303dcf1f2

View file

@ -88,9 +88,10 @@ release-patch:
npm install
RELEASE_VERSION=$(jq -r '.version' < package.json)
git add package.json package-lock.json src/system.json
git diff
git commit -m "release version ${VERSION}"
git tag -f latest
git tag ${RELEASE_VERSION}
git tag -f ${RELEASE_VERSION}
# git push origin ci-processing:${CI_BUILD_REF_NAME}
# git push origin latest -f
# git push origin ${RELEASE_VERSION}