Skip to content

Commit

Permalink
Update changelog during jsonapi release (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshrajamani authored Jun 2, 2023
1 parent 7047d98 commit 84b9478
Show file tree
Hide file tree
Showing 3 changed files with 545 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@ jobs:
java-version: '17'
cache: maven

- name: Generate changelog
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./update_changelog.sh

- name: Update version number
run: |
./mvnw -B -ntp release:update-versions -DautoVersionSubmodules=true versions:commit
Expand Down
Loading

0 comments on commit 84b9478

Please sign in to comment.