MetaMask / create-release-branch

A command-line tool to create release branches for polyrepos and monorepos.
MIT License
5 stars 6 forks source link

Disable git commit GPG signing in tests #115

Closed rekmarks closed 11 months ago

rekmarks commented 11 months ago

The tests on main fail on my machine due to some issue with GPG signing, which I have globally enabled by default. This PR disables GPG signing for git commits in tests to avoid this issue.