Skip to content

Commit

Permalink
Merge pull request #479 from 88labs/feat/hashutil-release
Browse files Browse the repository at this point in the history
fix release drafter config
  • Loading branch information
tomtwinkle authored Mar 25, 2024
2 parents fcf6ad8 + e243096 commit edcf2e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions hashutil/sha256hash.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package hashutil provides a simple way to hash strings, bytes, and structs using SHA256.
package hashutil

import (
Expand Down

0 comments on commit edcf2e0

Please sign in to comment.