You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
gh-changelog
now supports config files in the current directory however today it wont create them.Users are required to copy the default config from
~/.config/gh-changelog/.changelog
.In the future, it would be nice to have some sort of
gh changelog init
command that creates us a new config file in the local directory.The text was updated successfully, but these errors were encountered: