From eecdab872de10142d92dd1145a3eeece56a193cb Mon Sep 17 00:00:00 2001 From: tom twinkle Date: Mon, 25 Mar 2024 13:15:42 +0900 Subject: [PATCH 1/2] fix release drafter config --- .github/workflows/release-drafter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index 15fe51f..b6a38bf 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -129,7 +129,7 @@ jobs: - uses: release-drafter/release-drafter@v6 if: steps.changes.outputs.hashutil == 'true' with: - config-name: release-drafter-utf8bom.yml + config-name: release-drafter-hashutil.yml name: hashutil/v$RESOLVED_VERSION tag: hashutil/v$RESOLVED_VERSION publish: true From e2430960c82ab943fa9bbcf262ae0def100742a6 Mon Sep 17 00:00:00 2001 From: tom twinkle Date: Mon, 25 Mar 2024 13:17:02 +0900 Subject: [PATCH 2/2] add comment --- hashutil/sha256hash.go | 1 + 1 file changed, 1 insertion(+) diff --git a/hashutil/sha256hash.go b/hashutil/sha256hash.go index 8c38e03..b547565 100644 --- a/hashutil/sha256hash.go +++ b/hashutil/sha256hash.go @@ -1,3 +1,4 @@ +// Package hashutil provides a simple way to hash strings, bytes, and structs using SHA256. package hashutil import (