Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 492 Bytes

CHANGES.md

File metadata and controls

20 lines (12 loc) · 492 Bytes

chezmoi Changes

Upcoming

gpgRecipient config variable changing to gpg.recipient

The gpgRecipient config varaible is changing to gpg.recipient. To update, change your config from:

gpgRecipient = "..."

to:

[gpg]
  recipient = "..."

Support for the gpgRecipient config variable will be removed in version 2.0.0.