From e9f7bfab5344aa36c88b9fc6d71fca5404e977d1 Mon Sep 17 00:00:00 2001 From: ypjama <3822534+ypjama@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:25:17 +0300 Subject: [PATCH] Write changes --- changes/go-releaser.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/go-releaser.yml diff --git a/changes/go-releaser.yml b/changes/go-releaser.yml new file mode 100644 index 0000000..a36a175 --- /dev/null +++ b/changes/go-releaser.yml @@ -0,0 +1,6 @@ +--- +added: + - Automatic release building with goreleaser + - Golangci-lint step to go workflow + - Codecov step to go workflow +