gruntwork-io / git-xargs

git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.
https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos-753f9f3675ec
Apache License 2.0
944 stars 62 forks source link

Update CircleCI config to sign MacOS binaries #137

Closed marinalimeira closed 1 year ago

marinalimeira commented 1 year ago

Description

We are already able to sign the binaries of internal projects, like patcher-cli and terrapatch-cli.

I am replicating the same process in git-xargs, the MacOS binaries will be signed and notarized before generating the sha256sum.

Related:

Test release: https://github.com/gruntwork-io/git-xargs/releases/tag/v0.1.10-test-signing-binaries

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Signing MacOS binaries from now on! 🎉

marinalimeira commented 1 year ago

Thanks for reviewing!