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 8fa31d4 commit c369ddeCopy full SHA for c369dde
.github/workflows/release.yml
@@ -46,5 +46,6 @@ jobs:
46
with:
47
tag_name: 'aws-xray-sdk-node@${{ github.event.inputs.version }}'
48
release_name: 'Release ${{ github.event.inputs.version }}'
49
+ body: 'Please see [CHANGELOG](https://github.com/aws/aws-xray-sdk-node/blob/master/CHANGELOG.md) for details.'
50
draft: true
51
prerelease: false
0 commit comments