You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git commit -m "chore: bump git-proxy and git-proxy-cli to $VERSION"
96
-
git push -u origin "$BRANCH" --force
118
+
git push -u origin "$BRANCH" --force-with-lease
97
119
98
120
if [ -n "$MILESTONE_URL" ]; then
99
121
SOURCE_LINE="Triggered by closing milestone **$MILESTONE_TITLE** ($MILESTONE_URL)."
100
122
else
101
123
SOURCE_LINE="Triggered manually for version $VERSION."
102
124
fi
103
125
104
-
BODY=$(printf '%s\n\nBumps:\n- `package.json`, `package-lock.json`\n- `packages/git-proxy-cli/package.json`\n\nOnce merged, cut `%s` from `main` per our [release process](https://git-proxy.finos.org/docs/development/releases) in order to generate a GitHub draft release.\n' "$SOURCE_LINE" "$RELEASE_BRANCH")
126
+
BODY=$(printf '%s\n\nBumps:\n- `package.json`, `package-lock.json`\n- `packages/git-proxy-cli/package.json` (including its pin on `@finos/git-proxy`)\n\nOnce merged, cut `%s` from `main` per our [release process](https://git-proxy.finos.org/docs/development/releases) in order to generate a GitHub draft release.\n' "$SOURCE_LINE" "$RELEASE_BRANCH")
105
127
106
128
if gh pr view "$BRANCH" >/dev/null 2>&1; then
107
129
echo "PR for $BRANCH already exists. Branch updated, no new PR opened."
0 commit comments