Skip to content

Commit f01bcd3

Browse files
committed
ref: manually create changelogs
1 parent 0656052 commit f01bcd3

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

.github/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
categories:
6+
- title: Bug Fixes
7+
labels:
8+
- bug
9+
- title: New Features
10+
labels:
11+
- feature
12+
- title: Other Changes
13+
labels:
14+
- "*"

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,11 @@ jobs:
6363
name: lambda-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}-${{ env.COMMIT_HASH }}
6464
path: common/build/libs/
6565

66-
- name: Generate Changelog
67-
id: changelog
68-
uses: mikepenz/release-changelog-builder-action@v4.1.1
69-
with:
70-
commitMode: true
71-
configurationJson: |
72-
{
73-
"pr_template": "- #{{TITLE}} [#{{AUTHOR}}](#{{URL}})"
74-
}
75-
7666
- name: Create Release
7767
uses: softprops/action-gh-release@v2.0.8
7868
with:
7969
name: Lambda ${{ github.ref_name }}
8070
tag_name: ${{ github.ref_name }}
81-
body: ${{ steps.changelog.outputs.changelog }}
82-
prerelease: false
8371
files: |
8472
fabric/build/libs/lambda-fabric-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}.jar
8573
forge/build/libs/lambda-forge-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}.jar

0 commit comments

Comments
 (0)