Skip to content

Commit ce0aa88

Browse files
authored
No dots in messages (#643)
1 parent 62211a7 commit ce0aa88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ info "Build succeeded."
145145

146146
info "Creating release commit..."
147147
git -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

150150
info "Pushing branch '${RELEASE_BRANCH}' to origin..."
151151
git -C "$REPO_ROOT" push -u origin "$RELEASE_BRANCH"
@@ -197,7 +197,7 @@ fi
197197
info "Package.swift updated for development."
198198

199199
git -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

202202
info "Pushing branch '${NEXT_DEV_BRANCH}' to origin..."
203203
git -C "$REPO_ROOT" push -u origin "$NEXT_DEV_BRANCH"

0 commit comments

Comments
 (0)