Skip to content

Commit d17027a

Browse files
committed
Add description to release
1 parent d15de4f commit d17027a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@ jobs:
6565
- name: Release
6666
uses: softprops/action-gh-release@v2
6767
with:
68+
body: |
69+
This is the ${{ env.ISODATE }} snapshot of developer
70+
statistics for [Scientific Python](https://scientific-python.org)
71+
[core projects](https://scientific-python.org/specs/core-projects/).
72+
73+
You can generate a report from this data using
74+
[devstats](https://github.com/scientific-python/devstats).
75+
76+
\`${{ env.FILENAME }}\` contains the queries used for this
77+
release.
6878
tag_name: ${{ env.ISODATE }}
6979
files: |
7080
*.xz

0 commit comments

Comments
 (0)