Skip to content

Commit

Permalink
Create a release message pointing people to the changelog and PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Jun 26, 2024
1 parent 39fef78 commit b468abc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b468abc

Please sign in to comment.