Skip to content

Commit 220fa1e

Browse files
committed
Split the release notes into another commit
1 parent 619b496 commit 220fa1e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/propose-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
extra-commands-early: |
2727
echo ${{ inputs.version }} > .version-determinate
2828
git add .version-determinate
29+
git commit -m "Set .version-determinate to ${{ inputs.version }}" || true
2930
./.github/release-notes.sh
3031
git add doc
31-
git commit -m "Set .version-determinate to ${{ inputs.version }}" || true
32+
git commit -m "Generare release notes for ${{ inputs.version }}" || true

0 commit comments

Comments
 (0)