Skip to content

Commit 2def590

Browse files
committed
ci: gradle release notes
1 parent 0655f3d commit 2def590

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-gradle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
git config user.name "${{ github.actor }}"
4444
git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
4545
git add -A
46-
git commit -m "build: bump gradle from ${{ env.WRAPPER_VERSION }} to ${{ env.LATEST_VERSION }}"
46+
git commit -m "build: bump gradle from ${{ env.WRAPPER_VERSION }} to ${{ env.LATEST_VERSION }}
47+
48+
https://docs.gradle.org/${{ env.LATEST_VERSION }}/release-notes.html"
4749
git push --force origin $BRANCH
4850
4951
- name: Create pull request

0 commit comments

Comments
 (0)