Skip to content

Commit c88ed22

Browse files
committed
Add release body
1 parent 1527754 commit c88ed22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
description: "Version to use for the release."
88
required: true
99
default: "X.Y"
10-
# developmentVersion: #this could be the release body?
11-
# description: "Version to use for further development"
12-
# required: true
13-
# default: "X.Y.Z-RIE"
10+
releaseBody:
11+
description: "Information about the release"
12+
required: true
13+
default: "New release"
1414
jobs:
1515
Release:
1616
environment: Release
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
name: Release ${{ github.event.inputs.releaseVersion }}
3535
tag_name: v${{ github.event.inputs.releaseVersion }}
36-
body: This is the body
36+
body: ${{ github.event.inputs.releaseBody }}
3737
files: |
3838
bin/aws-lambda-rie
3939
bin/aws-lambda-rie-arm64

0 commit comments

Comments
 (0)