actually show diff
This commit is contained in:
parent
9303dcf1f2
commit
f5d52825e8
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ release-patch:
|
|||
npm install
|
||||
RELEASE_VERSION=$(jq -r '.version' < package.json)
|
||||
git add package.json package-lock.json src/system.json
|
||||
git diff
|
||||
git --no-pager diff
|
||||
git commit -m "release version ${VERSION}"
|
||||
git tag -f latest
|
||||
git tag -f ${RELEASE_VERSION}
|
||||
|
|
Loading…
Reference in a new issue