Skip to content

Commit 350f3f0

Browse files
committed
Revert "Add release note generation to CI"
This reverts commit 9e199c8.
1 parent 9e199c8 commit 350f3f0

File tree

2 files changed

+0
-78
lines changed

2 files changed

+0
-78
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -82,31 +82,3 @@ jobs:
8282
pip install --upgrade platformio
8383
8484
- run: PLATFORMIO_SRC_DIR=examples/Client PIO_BOARD=${{ matrix.board }} pio run -e ${{ matrix.env }}
85-
86-
release:
87-
name: Release
88-
if: ${{ github.repository_owner == 'ESP32Async' && github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v') }}
89-
runs-on: ubuntu-latest
90-
needs: [arduino, platformio]
91-
permissions:
92-
contents: write
93-
steps:
94-
- name: Checkout
95-
uses: actions/checkout@v4
96-
97-
- name: Changelog
98-
id: github_release
99-
uses: mikepenz/release-changelog-builder-action@v5
100-
with:
101-
failOnError: true
102-
commitMode: true
103-
configuration: ".github/workflows/release-notes-config.json"
104-
105-
- name: Release
106-
uses: softprops/action-gh-release@v2
107-
with:
108-
body: ${{steps.github_release.outputs.changelog}}
109-
append_body: true
110-
make_latest: true
111-
draft: false
112-
prerelease: false

.github/workflows/release-notes-config.json

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

0 commit comments

Comments
 (0)