Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 507 Bytes

CHANGES.md

File metadata and controls

21 lines (13 loc) · 507 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.