Skip to content

Commit eb6bdf7

Browse files
authored
Update release file (#284)
Signed-off-by: Jian Qiu <[email protected]>
1 parent 3063160 commit eb6bdf7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ jobs:
2222
- name: generate changelog
2323
run: |
2424
echo "# Open Cluster Management API $RELEASE_VERSION" > /home/runner/work/changelog.txt
25-
echo "- See the [CHANGELOG](https://github.com/open-cluster-management-io/api/blob/${RELEASE_VERSION}/CHANGELOG/CHANGELOG-${MAJOR_RELEASE_VERSION}.md) for more details." >> /home/runner/work/changelog.txt
2625
- name: publish release
27-
uses: softprops/action-gh-release@v0.1.5
26+
uses: softprops/action-gh-release@v1
2827
env:
2928
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3029
with:
3130
body_path: /home/runner/work/changelog.txt
31+
draft: true
32+
generate_release_notes: true

0 commit comments

Comments
 (0)