Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit cc0fe43

Browse files
committed
Add a draft for the release.
1 parent c685a09 commit cc0fe43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
release_name: ${{ github.ref }}
4040
draft: true
4141
prerelease: false
42+
body: |
43+
Build ${{ env.BUILD_NUMBER }} of the BeeWare support package for Python ${{ env.PY_VERSION }}.
44+
45+
Includes:
46+
* Python ${{ env.PY_VERSION }}.?
4247
- name: Upload Release Asset to Github
4348
uses: actions/upload-release-asset@v1
4449
env:

0 commit comments

Comments
 (0)