actually show diff

This commit is contained in:
Johannes Loher 2021-01-09 18:34:30 +01:00
parent 9303dcf1f2
commit f5d52825e8

View file

@ -88,7 +88,7 @@ release-patch:
npm install npm install
RELEASE_VERSION=$(jq -r '.version' < package.json) RELEASE_VERSION=$(jq -r '.version' < package.json)
git add package.json package-lock.json src/system.json git add package.json package-lock.json src/system.json
git diff git --no-pager diff
git commit -m "release version ${VERSION}" git commit -m "release version ${VERSION}"
git tag -f latest git tag -f latest
git tag -f ${RELEASE_VERSION} git tag -f ${RELEASE_VERSION}