diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 29061e7d..029413fb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,3 +22,9 @@ jobs: - uses: actions/checkout@v4 - name: create release uses: ncipollo/release-action@v1 + with: + generateReleaseNotes: true + body: To view the changes, please see the + [Changelog](https://icalendar.readthedocs.io/en/latest/changelog.html). + This release can be installed from + [PyPI](https://pypi.org/project/icalendar/#history).