Skip to content

Commit 99c7931

Browse files
committed
chore: remove auto release notes
1 parent 2792254 commit 99c7931

File tree

2 files changed

+1
-40
lines changed

2 files changed

+1
-40
lines changed

.github/changelog-configuration.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,11 @@ jobs:
4444
password: ${{ secrets.GITHUB_TOKEN }}
4545
- name: Generate CRDs
4646
run: make kustomize && make crd && git reset --hard
47-
- name: Build changelog from PRs with labels
48-
id: build_changelog
49-
uses: mikepenz/release-changelog-builder-action@v5
50-
with:
51-
configuration: ".github/changelog-configuration.json"
52-
ignorePreReleases: "${{ !contains(github.ref, '-rc') }}"
53-
outputFile: .github/release-notes.md
54-
env:
55-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5647
- name: Run GoReleaser
5748
uses: goreleaser/goreleaser-action@v6
5849
if: success() && startsWith(github.ref, 'refs/tags/')
5950
with:
6051
version: latest
61-
args: release --release-notes .github/release-notes.md
52+
args: release
6253
env:
6354
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)