We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15de4f commit d17027aCopy full SHA for d17027a
.github/workflows/release.yaml
@@ -65,6 +65,16 @@ jobs:
65
- name: Release
66
uses: softprops/action-gh-release@v2
67
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.
78
tag_name: ${{ env.ISODATE }}
79
files: |
80
*.xz
0 commit comments