Skip to content

Commit a4ccdcc

Browse files
committed
Git changelog is broken after bzlmod
1 parent 5e22ded commit a4ccdcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tagged_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
with:
5656
draft: true
5757
body_path: bazel-bin/dist/relnotes.txt
58+
generate_release_notes: true
5859
files: |
5960
LICENSE
6061
bazel-bin/dist/rules_jdt-*.tar.gz
61-
bazel-bin/dist/changelog.txt
6262
6363
- name: Publish Pre-Release for main branch
6464
uses: softprops/action-gh-release@v2
@@ -68,6 +68,7 @@ jobs:
6868
name: "Latest Pre-Release"
6969
prerelease: true
7070
body_path: bazel-bin/dist/relnotes.txt
71+
generate_release_notes: true
7172
files: |
7273
LICENSE
7374
bazel-bin/dist/rules_jdt-*.tar.gz

0 commit comments

Comments
 (0)