1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 13:06:01 +01:00

Split the release notes into another commit

This commit is contained in:
Graham Christensen 2025-05-09 16:02:18 -04:00
parent 619b496317
commit 220fa1e4e4

View file

@ -26,6 +26,7 @@ jobs:
extra-commands-early: |
echo ${{ inputs.version }} > .version-determinate
git add .version-determinate
git commit -m "Set .version-determinate to ${{ inputs.version }}" || true
./.github/release-notes.sh
git add doc
git commit -m "Set .version-determinate to ${{ inputs.version }}" || true
git commit -m "Generare release notes for ${{ inputs.version }}" || true