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 bb86260 commit 69db6d2Copy full SHA for 69db6d2
.github/workflows/gh_release.yml
.github/workflows/release.yml
@@ -45,3 +45,12 @@ jobs:
45
MAVEN_CENTRAL_TOKEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_TOKEN_USERNAME }}
46
MAVEN_CENTRAL_TOKEN_PASSWORD: ${{ secrets.MAVEN_CENTRAL_TOKEN_PASSWORD }}
47
run: ./gradlew closeAndReleaseRepository -PossrhUsername=${MAVEN_CENTRAL_TOKEN_USERNAME} -PossrhPassword=${MAVEN_CENTRAL_TOKEN_PASSWORD}
48
+ - name: Build Changelog
49
+ id: github_release
50
+ uses: mikepenz/release-changelog-builder-action@v3
51
+ env:
52
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
+ - name: Create Github Release
54
+ uses: softprops/action-gh-release@v1
55
+ with:
56
+ body: ${{steps.github_release.outputs.changelog}}
0 commit comments