From 4504df955bdce080cae42f9d8c4d64c6d15f5a70 Mon Sep 17 00:00:00 2001 From: Kazuya Takei Date: Tue, 19 Mar 2024 22:23:26 +0900 Subject: [PATCH] ci: Fix change information on releases --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 206729c..6008094 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - uses: ncipollo/release-action@v1 with: artifacts: 'dist/*' - bodyFile: 'CHANGESLOG.rst' + body: 'Please see [CHANGELOG](https://github.com/atsphinx/helper/blob/main/CHANGELOG.md)' draft: false name: Release ${{ github.ref_name }} tag: ${{ github.ref }}