We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619b496 commit 220fa1eCopy full SHA for 220fa1e
1 file changed
.github/workflows/propose-release.yml
@@ -26,6 +26,7 @@ jobs:
26
extra-commands-early: |
27
echo ${{ inputs.version }} > .version-determinate
28
git add .version-determinate
29
+ git commit -m "Set .version-determinate to ${{ inputs.version }}" || true
30
./.github/release-notes.sh
31
git add doc
- git commit -m "Set .version-determinate to ${{ inputs.version }}" || true
32
+ git commit -m "Generare release notes for ${{ inputs.version }}" || true
0 commit comments