Skip to content

Conversation

@sbuerk
Copy link
Member

@sbuerk sbuerk commented Apr 5, 2025

Used command(s):

echo '>> Create release pull-request' ; \
  RELEASE_BRANCH='4' ; \
  RELEASE_VERSION='4.5.1' ; \
  git checkout main && \
  git fetch --all && \
  git pull --rebase && \
  git checkout ${RELEASE_BRANCH} && \
  git pull --rebase && \
  git checkout -b release-${RELEASE_VERSION} && \
  php8.3 $( which tailor) set-version ${RELEASE_VERSION} && \
  git add . && \
  git commit -m "[RELEASE] ${RELEASE_VERSION}" && \
  git push --set-upstream origin release-${RELEASE_VERSION} && \
  gh pr create --fill --base ${RELEASE_BRANCH} && \
  gh pr view --web && \
  sleep 5 && \
  gh-checks-wait && \
  git checkout ${RELEASE_BRANCH} && \
  git branch -D release-${RELEASE_VERSION} && \
  git rpo

@sbuerk sbuerk merged commit 4d0eb45 into 4 Apr 5, 2025
13 checks passed
@sbuerk sbuerk deleted the release-4.5.1 branch April 5, 2025 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants