chelnak / gh-changelog

A gh cli extension that will make your changelogs ✨
MIT License
109 stars 4 forks source link

Fix config initialization #129

Closed chelnak closed 1 year ago

chelnak commented 1 year ago

Prior to this change, a .changelog.yml would always be created in the current working directory.

The local config file should be optional and only used when users need to override certain values.

To restore the original functionality we now use SafeWriteConfigAs to ensure the config is placed in the expected directory on first run.

The ability to initialize local config should be fixed in #120.