Skip to content

Commit

Permalink
Add release body
Browse files Browse the repository at this point in the history
  • Loading branch information
seshubaws committed May 9, 2024
1 parent 1527754 commit c88ed22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
description: "Version to use for the release."
required: true
default: "X.Y"
# developmentVersion: #this could be the release body?
# description: "Version to use for further development"
# required: true
# default: "X.Y.Z-RIE"
releaseBody:
description: "Information about the release"
required: true
default: "New release"
jobs:
Release:
environment: Release
Expand All @@ -33,7 +33,7 @@ jobs:
with:
name: Release ${{ github.event.inputs.releaseVersion }}
tag_name: v${{ github.event.inputs.releaseVersion }}
body: This is the body
body: ${{ github.event.inputs.releaseBody }}
files: |
bin/aws-lambda-rie
bin/aws-lambda-rie-arm64
Expand Down

0 comments on commit c88ed22

Please sign in to comment.