File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ Create Release: # increment version and create release tag
137137 - git checkout master
138138 - export RELEASE=$(git log -1 --pretty='format:%B' | cut -d':' -f1)
139139 - export VERSION=$(python3 setup.py -q version --increment ${RELEASE})
140- - echo ' Creating : ' ${RELEASE} ${VERSION}
140+ - echo " Creating : ${RELEASE} ${VERSION}"
141141
142142 - git add -u
143143 - git commit -m "Release v${VERSION} [skip ci]"
@@ -157,7 +157,7 @@ Mirror to Github: # mirror Github and use API to create release
157157 - *use_gitlab_repo
158158 - git pull origin master
159159 - git checkout master
160- - echo ' Packaging version: ' $(python3 setup.py -d version)
160+ - echo " Packaging version : $(python3 setup.py -d version)"
161161
162162 - *use_github_repo
163163 - git push -u origin master --force
You can’t perform that action at this time.
0 commit comments