Commit 40e7780 1 parent 102fb27 commit 40e7780 Copy full SHA for 40e7780
File tree 1 file changed +24
-7
lines changed
1 file changed +24
-7
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,29 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Build Changelog
13
- id : github_release
14
13
uses : mikepenz/release-changelog-builder-action@v4
15
- env :
16
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17
-
18
- - name : Create Release
19
- uses : mikepenz/action-gh-release@v0.2.0-a03 # softprops/action-gh-release
20
14
with :
21
- body : ${{steps.github_release.outputs.changelog}}
15
+ configurationJson : |
16
+ {
17
+ "template": "#{{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n#{{UNCATEGORIZED}}\n</details>",
18
+ "categories": [
19
+ {
20
+ "title": "Bug Fixes",
21
+ "labels": ["Bug Fix"]
22
+ },
23
+ {
24
+ "title": "Code Enhancements",
25
+ "labels": ["Enhancement"]
26
+ },
27
+ {
28
+ "title": "New Features",
29
+ "labels": ["New Feature"]
30
+ },
31
+ {
32
+ "title": "Documentation Updates",
33
+ "labels": ["Documentation", "Example"]
34
+ }
35
+ ]
36
+ }
37
+ env :
38
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments