ci: fix problem with incorrect release commit messages
This commit is contained in:
parent
7ab3d20b32
commit
60119b1332
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ changelog:
|
|||
RELEASE_VERSION=$(jq -r '.version' < package.json)
|
||||
git add package.json src/system.json
|
||||
git --no-pager diff
|
||||
git commit -m "release version ${RELEASE_VERSION}"
|
||||
git commit -m "chore(release): ${RELEASE_VERSION}"
|
||||
git tag -f ${RELEASE_VERSION}
|
||||
git push origin ci-processing:${CI_BUILD_REF_NAME} -o ci.skip
|
||||
git push origin ${RELEASE_VERSION}
|
||||
|
|
Loading…
Reference in a new issue