Skip to content

Commit

Permalink
Add description to release
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Nov 15, 2024
1 parent d15de4f commit 1f45b58
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
body: >-
This is the ${{ env.ISODATE }} snapshot of developer
statistics for core Scientific Python packages.
You can generate a report from this data using
[devstats](https://github.com/scientific-python/devstats).
`${{ env.FILENAME }}` contains the queries used for this
release.
tag_name: ${{ env.ISODATE }}
files: |
*.xz

0 comments on commit 1f45b58

Please sign in to comment.