diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d96e5a87..c96dde98 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -142,5 +142,9 @@ jobs: name: github-release steps: - uses: actions/checkout@v4 - - name: create release + - name: Create GitHub release from tag uses: ncipollo/release-action@v1 + with: + allowUpdates: 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)." + generateReleaseNotes: false diff --git a/CHANGES.rst b/CHANGES.rst index 30aeb8f6..54aa12f1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,7 @@ Changelog Minor changes: - Test that all code works with both ``pytz`` and ``zoneinfo``. +- Add message to GitHub release, pointing to the changelog - Make coverage report submission optional for pull requests - Parallelize coverage - Rename ``master`` branch to ``main``, see `Issue