diff options
author | Alan Pearce | 2024-05-23 13:26:42 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-23 13:27:53 +0200 |
commit | 042dadb9ee2c8ea32a8cda063732c0d0be62cec6 (patch) | |
tree | 1233d75fa3eba25fe73f12701e31995bf50e9ed3 /nix | |
parent | 052fce5bf2b1995fe45b88626e5342e61933d7cd (diff) | |
download | searchix-0.1.4.tar.lz searchix-0.1.4.tar.zst searchix-0.1.4.zip |
chore: release v0.1.4 v0.1.4
Diffstat (limited to 'nix')
-rw-r--r-- | nix/package.nix | 2 | ||||
-rw-r--r-- | nix/pre-commit-checks.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/nix/package.nix b/nix/package.nix index 04f68a1..104e09f 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -17,7 +17,7 @@ let inherit (builtins) concatStringsSep match; - version = "0.1.3"; + version = "0.1.4"; in buildGoApplication { pname = "searchix"; diff --git a/nix/pre-commit-checks.nix b/nix/pre-commit-checks.nix index 10f8ae5..5f62494 100644 --- a/nix/pre-commit-checks.nix +++ b/nix/pre-commit-checks.nix @@ -62,6 +62,7 @@ rec { prettier = { enable = true; types_or = [ "plain-text" "yaml" "gotmpl" "javascript" ]; + excludes = [ "CHANGELOG\.md$" ]; settings = { plugins = with pkgs.nodePackages; [ "${prettier-plugin-go-template}/lib/node_modules/prettier-plugin-go-template/lib/index.js" |