We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce43a2 commit e645dceCopy full SHA for e645dce
scripts/create-release.sh
@@ -28,7 +28,7 @@ if [[ $unpushed_commits != "" ]]; then
28
echo -e "\nThere are unpushed changes, exiting:\n$unpushed_commits" >&2
29
exit 1
30
fi
31
-sed -i -e "s!version = \".*\";!version = \"${version}\"!" src/default.nix
+sed -i -e "s!version = \".*\";!version = \"${version}\";!" src/default.nix
32
git add src/default.nix
33
nix-shell -p nix-fast-build --command "nix-fast-build --eval-workers 2"
34
git commit -m "bump version ${version}"
0 commit comments