Skip to content

Commit

Permalink
Use NixOS for release
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Nov 29, 2023
1 parent af57f18 commit 3372900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set -e

git changelog -n CHANGELOG.md
nix shell nixpkgs#git-extras -c git-changelog -n CHANGELOG.md
changelog=$(mktemp)
awk '/^n/,/^v/{if(/^ /)print}' < CHANGELOG.md > "$changelog"
git commit -am "chore(changelog): prepare for next release"
Expand Down

0 comments on commit 3372900

Please sign in to comment.