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 16, 2024
1 parent d15de4f commit d17027a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
body: |
This is the ${{ env.ISODATE }} snapshot of developer
statistics for [Scientific Python](https://scientific-python.org)
[core projects](https://scientific-python.org/specs/core-projects/).
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 d17027a

Please sign in to comment.