Skip to content

Commit

Permalink
fix(ci): add git-cliff, generate changelog
Browse files Browse the repository at this point in the history
Signed-off-by: vados <[email protected]>
  • Loading branch information
t3hmrman committed Dec 8, 2023
1 parent 9c94acb commit cb84dd8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/prep-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install cargo-release
uses: taiki-e/install-action@v1
with:
tool: cargo-release,just,cargo-get,cargo-pgrx
tool: cargo-release,just,cargo-get,cargo-pgrx,git-cliff

# Initialize PGRX
- name: Initialize cargo-pgrx
Expand All @@ -51,8 +51,9 @@ jobs:
VERSION: ${{inputs.version}}
run: |
echo value=$(just print-version) >> $GITHUB_OUTPUT
# TODO: We should update the CHANGELOG to the new version
- name: Generate changelog
run: |
just changelog
# Create PR for release
- uses: cargo-bins/release-pr@v2
Expand Down

0 comments on commit cb84dd8

Please sign in to comment.