Skip to content

Commit

Permalink
Revert "Add release note generation to CI"
Browse files Browse the repository at this point in the history
This reverts commit 22fdad1.
  • Loading branch information
mathieucarbou committed Jan 22, 2025
1 parent db4e035 commit f99decc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 78 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,31 +145,3 @@ jobs:
- run: PLATFORMIO_SRC_DIR=examples/SimpleServer PIO_BOARD=${{ matrix.board }} pio run -e ${{ matrix.env }}
- run: PLATFORMIO_SRC_DIR=examples/Filters PIO_BOARD=${{ matrix.board }} pio run -e ${{ matrix.env }}
- run: PLATFORMIO_SRC_DIR=examples/StreamFiles PIO_BOARD=${{ matrix.board }} pio run -e ${{ matrix.env }}

release:
name: Release
if: ${{ github.repository_owner == 'ESP32Async' && github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v') }}
runs-on: ubuntu-latest
needs: [arduino, platformio]
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v5
with:
failOnError: true
commitMode: true
configuration: ".github/workflows/release-notes-config.json"

- name: Release
uses: softprops/action-gh-release@v2
with:
body: ${{steps.github_release.outputs.changelog}}
append_body: true
make_latest: true
draft: false
prerelease: false
50 changes: 0 additions & 50 deletions .github/workflows/release-notes-config.json

This file was deleted.

0 comments on commit f99decc

Please sign in to comment.