Skip to content

Commit

Permalink
Set the text for the release body to reference license (#3610)
Browse files Browse the repository at this point in the history
Make reference to our license in the text description of our releases.
  • Loading branch information
petetronic authored Jun 23, 2024
1 parent 5cb0779 commit 1327463
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ jobs:
with:
draft: false
prerelease: true
body: |
Thank you for helping test this pre-release of Positron!
Installers can be found under the **Assets** section below. Select the `.dmg` for Mac (Universal), `.exe` for Windows x64 (System), or `.deb` for Debian-based Linux (Ubuntu).
Please review [Positron's license agreement](https://github.com/posit-dev/positron?tab=License-1-ov-file#readme). Your acceptance of this license agreement is required as a condition to proceeding with your download or use of the software.
release_name: ${{ needs.version_string.outputs.short_version }}
tag_name: ${{ needs.version_string.outputs.short_version }}

Expand Down

0 comments on commit 1327463

Please sign in to comment.