We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8689f5b commit ec4e2bdCopy full SHA for ec4e2bd
.github/workflows/release.yml
@@ -38,8 +38,7 @@ jobs:
38
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_KEY }}
39
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_KEY_PASSWORD }}
40
- name: Extract release notes
41
- # TODO: replace this after https://github.com/ffurrer2/extract-release-notes/pull/355 is merged.
42
- uses: Goooler/extract-release-notes@6e686e7a607d03716b7cff561371a82065b22c33
+ uses: ffurrer2/extract-release-notes@v2
43
with:
44
changelog_file: src/docs/changes/README.md
45
release_notes_file: RELEASE_NOTES.md
0 commit comments