File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ changelog :
2+ exclude :
3+ labels :
4+ - ignore-for-release
5+ authors :
6+ - someuser
7+ categories :
8+ - title : Breaking Changes 🛠
9+ labels :
10+ - breaking-change
11+ - title : Exciting New Features 🎉
12+ labels :
13+ - enhancement
14+ - title : Other Changes
15+ labels :
16+ - " *"
Original file line number Diff line number Diff line change 1919 with :
2020 distribution : " adopt"
2121 java-version : 11
22- - name : Build Changelog
23- id : github_release
24- uses : mikepenz/release-changelog-builder-action@main
25- with :
26- configuration : " .github/changelog-configuration.json"
27- env :
28- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2922 - name : Get the version
3023 id : tagger
3124 uses : jimschubert/query-tag-action@v2
@@ -39,11 +32,13 @@ jobs:
3932 run : ./gradlew clean build
4033 env :
4134 VERSION : ${{ github.ref }}
35+
4236 - name : Create Release
4337 uses : softprops/action-gh-release@v1
4438 with :
4539 tag_name : ${{steps.tagger.outputs.tag}}
4640 name : ${{steps.tagger.outputs.tag}}
41+ generate_release_notes : true
4742 body : ${{steps.github_release.outputs.changelog}}
4843 files : MPChartLib/build/outputs/aar/MPChartLib-release.aar
4944 env :
You can’t perform that action at this time.
0 commit comments