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:
parent
3c5d7822c5
commit
25ef7a1956
2 changed files with 65 additions and 0 deletions
2
.github/workflows/propose-release.yml
vendored
2
.github/workflows/propose-release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue