mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
Split the release notes into another commit
This commit is contained in:
parent
619b496317
commit
220fa1e4e4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/propose-release.yml
vendored
3
.github/workflows/propose-release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue