Skip to content

Commit 7009694

Browse files
committed
Use taiki-e/create-gh-release-action@v1 for the release action
1 parent 0bb623e commit 7009694

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Create release
26-
uses: softprops/action-gh-release@v2
26+
uses: taiki-e/create-gh-release-action@v1
2727
with:
28-
name: target_selection ${{ github.ref_name }}
28+
title: target_selection $version
29+
changelog: CHANGELOG.md
30+
token: ${{ secrets.GITHUB_TOKEN }}
2931

3032
- name: Set up Python
3133
uses: actions/setup-python@v5

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
* Fixed a bug in the cross-match code that would cross-match the input table against all versions in ``catalog`` for addendum runs.
88

9+
### ⚙️ Engineering
10+
11+
* Use `taiki-e/create-gh-release-action@v1` to automate the release text generation in the release action.
12+
913

1014
## 1.3.15 - August 13 2024
1115

0 commit comments

Comments
 (0)