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

Automatically generate release notes draft during proposal

This commit is contained in:
Graham Christensen 2025-04-27 17:08:41 -04:00
parent 3c5d7822c5
commit 25ef7a1956
2 changed files with 65 additions and 0 deletions

View file

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