diff --git a/.goreleaser.yml b/.goreleaser.yml index bcdfeae..7924d8f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,6 @@ # Visit https://goreleaser.com for documentation on how to customize this # behavior. +version: 2 before: hooks: # this is just an example and not a requirement for provider building/publishing @@ -57,5 +58,5 @@ release: # If you want to manually examine the release before its live, uncomment this line: # draft: true changelog: - skip: false + disable: false use: github-native diff --git a/flake.lock b/flake.lock index df69f75..876ce51 100644 --- a/flake.lock +++ b/flake.lock @@ -107,11 +107,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1714253743, - "narHash": "sha256-mdTQw2XlariysyScCv2tTE45QSU9v/ezLcHJ22f0Nxc=", + "lastModified": 1720957393, + "narHash": "sha256-oedh2RwpjEa+TNxhg5Je9Ch6d3W1NKi7DbRO1ziHemA=", "owner": "nixos", "repo": "nixpkgs", - "rev": "58a1abdbae3217ca6b702f03d3b35125d88a2994", + "rev": "693bc46d169f5af9c992095736e82c3488bf7dbb", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 15b1b27..5cb1933 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,7 @@ # PATH here packages = with pkgs; [ go + goreleaser errcheck go-tools gnumake