Skip to content

Commit

Permalink
Merge pull request #666 from niccokunzmann/release-message
Browse files Browse the repository at this point in the history
Create a release message pointing people to the changelog and PyPI
  • Loading branch information
niccokunzmann committed Jul 1, 2024
2 parents 1f2527a + ffc3967 commit f2820d0
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -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
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2820d0

Please sign in to comment.