Skip to content

Commit

Permalink
Add go releaser config (#33)
Browse files Browse the repository at this point in the history
* Add .goreleaser.yml config file

* Simplify go config since this project is just a library and doesn't require artifacts
  • Loading branch information
henryrecker-pingidentity authored Feb 2, 2024
1 parent ecf7c1e commit 67fc885
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
before:
hooks:
- go mod tidy
builds:
- skip: true
changelog:
skip: true

0 comments on commit 67fc885

Please sign in to comment.