We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07a8c4 commit 89d722eCopy full SHA for 89d722e
scripts/create-release.sh
@@ -28,6 +28,9 @@ if [[ $unpushed_commits != "" ]]; then
28
echo -e "\nThere are unpushed changes, exiting:\n$unpushed_commits" >&2
29
exit 1
30
fi
31
+sed -i "s/version = \".*\"/version = \"$version\"/" ./nix/packages/nixos-facter/default.nix
32
+git add ./nix/packages/nixos-facter/default.nix
33
+git commit -m "release: v${version}"
34
nix flake check -vL
35
git tag "v${version}"
36
0 commit comments