From 38fcd16a78c835ed0fb268ba5ba4302c28be2f27 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Tue, 19 Mar 2024 22:47:14 +0000 Subject: [PATCH] modify release --- .github/workflows/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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).