Skip to content

Commit f99decc

Browse files
committed
Revert "Add release note generation to CI"
This reverts commit 22fdad1.
1 parent db4e035 commit f99decc

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
@@ -145,31 +145,3 @@ jobs:
145145
- run: PLATFORMIO_SRC_DIR=examples/SimpleServer PIO_BOARD=${{ matrix.board }} pio run -e ${{ matrix.env }}
146146
- run: PLATFORMIO_SRC_DIR=examples/Filters PIO_BOARD=${{ matrix.board }} pio run -e ${{ matrix.env }}
147147
- run: PLATFORMIO_SRC_DIR=examples/StreamFiles PIO_BOARD=${{ matrix.board }} pio run -e ${{ matrix.env }}
148-
149-
release:
150-
name: Release
151-
if: ${{ github.repository_owner == 'ESP32Async' && github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v') }}
152-
runs-on: ubuntu-latest
153-
needs: [arduino, platformio]
154-
permissions:
155-
contents: write
156-
steps:
157-
- name: Checkout
158-
uses: actions/checkout@v4
159-
160-
- name: Changelog
161-
id: github_release
162-
uses: mikepenz/release-changelog-builder-action@v5
163-
with:
164-
failOnError: true
165-
commitMode: true
166-
configuration: ".github/workflows/release-notes-config.json"
167-
168-
- name: Release
169-
uses: softprops/action-gh-release@v2
170-
with:
171-
body: ${{steps.github_release.outputs.changelog}}
172-
append_body: true
173-
make_latest: true
174-
draft: false
175-
prerelease: false

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

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

0 commit comments

Comments
 (0)