File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ info "Build succeeded."
145145
146146info " Creating release commit..."
147147git -C " $REPO_ROOT " add " $PACKAGE_SWIFT "
148- git -C " $REPO_ROOT " commit -m " Preparing release $RELEASE_VERSION . "
148+ git -C " $REPO_ROOT " commit -m " Preparing release $RELEASE_VERSION "
149149
150150info " Pushing branch '${RELEASE_BRANCH} ' to origin..."
151151git -C " $REPO_ROOT " push -u origin " $RELEASE_BRANCH "
197197info " Package.swift updated for development."
198198
199199git -C " $REPO_ROOT " add " $PACKAGE_SWIFT "
200- git -C " $REPO_ROOT " commit -m " Prepare next development cycle after $RELEASE_VERSION release. "
200+ git -C " $REPO_ROOT " commit -m " Prepare next development cycle after $RELEASE_VERSION release"
201201
202202info " Pushing branch '${NEXT_DEV_BRANCH} ' to origin..."
203203git -C " $REPO_ROOT " push -u origin " $NEXT_DEV_BRANCH "
You can’t perform that action at this time.
0 commit comments