Skip to content

Commit

Permalink
Merge pull request #3364 from dlabrecq/script
Browse files Browse the repository at this point in the history
Update release script's PR message
  • Loading branch information
dlabrecq authored Aug 28, 2023
2 parents 417d560 + 3b524d7 commit 98fdd99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/release-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ pullRequest()
echo "\n*** Pushing $NEW_BRANCH..."
git push -u origin HEAD

COMMIT=`git rev-parse HEAD`
TITLE="Deployment commit for $BRANCH"
BODY="Merged $REMOTE_BRANCH branch to $BRANCH. Use commit $COMMIT to update namespace \`ref\` in app-interface repo"
BODY="Merged $REMOTE_BRANCH branch to $BRANCH. Use latest commit to update namespace \`ref\` in app-interface repo. Don't use merge commit, SHAs must be unique when images are created for each branch."

gh pr create -t "$TITLE" -b "$BODY" -B $BRANCH
}
Expand Down

0 comments on commit 98fdd99

Please sign in to comment.