Skip to content

Conversation

@sbuerk
Copy link
Member

@sbuerk sbuerk commented Jan 21, 2026

Used command(s):

echo '>> Prepare release pull-request' ; \
  RELEASE_BRANCH='main' ; \
  RELEASE_VERSION='1.0.3' ; \
  git checkout main && \
  git fetch --all && \
  git pull --rebase && \
  git checkout ${RELEASE_BRANCH} && \
  git pull --rebase && \
  git checkout -b release-${RELEASE_VERSION} && \
  $( which php8.2 ) $( 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-verbose --base ${RELEASE_BRANCH} --title "[RELEASE] ${RELEASE_VERSION} on ${RELEASE_BRANCH}" && \
  git checkout main && \
  git branch -D release-${RELEASE_VERSION}

@sbuerk sbuerk merged commit 805d41a into main Jan 21, 2026
9 checks passed
@sbuerk sbuerk deleted the release-1.0.3 branch January 21, 2026 18:09
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.

1 participant