Skip to content

Commit ba2eb64

Browse files
committed
revert(changelog): remove changelog auto-update through GitHub Action
1 parent 28b72e9 commit ba2eb64

File tree

2 files changed

+0
-58
lines changed

2 files changed

+0
-58
lines changed

.github/workflows/changelog.yaml

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

.github/workflows/release.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ jobs:
1616
uses: ./.github/workflows/ci.yaml
1717
secrets: inherit
1818

19-
update-changelog:
20-
uses: ./.github/workflows/changelog.yaml
21-
needs:
22-
- ci
23-
secrets: inherit
24-
2519
generate-changelog:
2620
name: Generate a changelog
2721
runs-on: ubuntu-latest
@@ -47,7 +41,6 @@ jobs:
4741
build-publish:
4842
name: Build and Publish release
4943
needs:
50-
- update-changelog
5144
- generate-changelog
5245
runs-on: ${{ matrix.build.os }}
5346
strategy:

0 commit comments

Comments
 (0)