Create a release message pointing people to the changelog and PyPI

pull/666/head
Nicco Kunzmann 2024-06-26 16:09:26 +01:00
rodzic 39fef78ec0
commit b468abc957
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -139,5 +139,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