Skip to content

Commit

Permalink
Create the PR for bumping ndc-postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-tom committed Aug 26, 2024
1 parent a68a086 commit 3767284
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3767284

Please sign in to comment.