Skip to content

Commit 825a41d

Browse files
committed
chore: update goreleaser and nixpkgs-unstable
1 parent f3e1a5b commit 825a41d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Visit https://goreleaser.com for documentation on how to customize this
22
# behavior.
3+
version: 2
34
before:
45
hooks:
56
# this is just an example and not a requirement for provider building/publishing
@@ -57,5 +58,5 @@ release:
5758
# If you want to manually examine the release before its live, uncomment this line:
5859
# draft: true
5960
changelog:
60-
skip: false
61+
disable: false
6162
use: github-native

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
# PATH here
2323
packages = with pkgs; [
2424
go
25+
goreleaser
2526
errcheck
2627
go-tools
2728
gnumake

0 commit comments

Comments
 (0)