We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb623e commit 7009694Copy full SHA for 7009694
.github/workflows/release.yml
@@ -23,9 +23,11 @@ jobs:
23
uses: actions/checkout@v4
24
25
- name: Create release
26
- uses: softprops/action-gh-release@v2
+ uses: taiki-e/create-gh-release-action@v1
27
with:
28
- name: target_selection ${{ github.ref_name }}
+ title: target_selection $version
29
+ changelog: CHANGELOG.md
30
+ token: ${{ secrets.GITHUB_TOKEN }}
31
32
- name: Set up Python
33
uses: actions/setup-python@v5
CHANGELOG.md
@@ -6,6 +6,10 @@
6
7
* Fixed a bug in the cross-match code that would cross-match the input table against all versions in ``catalog`` for addendum runs.
8
9
+### ⚙️ Engineering
10
+
11
+* Use `taiki-e/create-gh-release-action@v1` to automate the release text generation in the release action.
12
13
14
## 1.3.15 - August 13 2024
15
0 commit comments