From 3767284d1a0c5c745ce6244c2592675990752fc3 Mon Sep 17 00:00:00 2001 From: Tom Harding Date: Mon, 26 Aug 2024 12:25:17 +0200 Subject: [PATCH] Create the PR for bumping ndc-postgres --- .github/workflows/deploy.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 302e2048..fcd3c301 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,5 +26,8 @@ jobs: - run: ./scripts/new-version.sh ${{ github.event.inputs.new_version }} - - run: cat Cargo.toml - - run: cat changelog.md + - uses: peter-evans/create-pull-request@v6 + with: + title: Bump version to ${{ github.event.inputs.new_version }} + body: This bumps the version in `Cargo.toml` and updates `changelog.md`. + team-reviewers: hasura/api-pg