show git diff
This commit is contained in:
parent
75e21fcf5f
commit
9303dcf1f2
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue