Skip to content

Commit db4b9b4

Browse files
committed
Remove the outdated release notes generator (#536)
1 parent 6883723 commit db4b9b4

File tree

4 files changed

+0
-37
lines changed

4 files changed

+0
-37
lines changed

.github/actions/changelog/Dockerfile

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

.github/actions/changelog/action.yml

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

.github/actions/changelog/entrypoint.sh

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

.github/workflows/release-post-merge.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ jobs:
8686
tags: ${{ steps.tag.outputs.version }}
8787
build_args: VERSION=${{ steps.tag.outputs.tag }}
8888

89-
- name: Create simple description
90-
uses: ./.github/actions/changelog
91-
with:
92-
tag: ${{ steps.tag.outputs.tag }}
93-
9489
- name: Create Release
9590
id: create_release
9691
uses: actions/create-release@v1

0 commit comments

Comments
 (0)