Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix config initialization #129

Merged
merged 1 commit into from
Apr 12, 2023
Merged

Fix config initialization #129

merged 1 commit into from
Apr 12, 2023

Conversation

chelnak
Copy link
Owner

@chelnak chelnak commented Apr 12, 2023

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.

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.
@chelnak chelnak added the bug Something isn't working label Apr 12, 2023
@chelnak chelnak self-assigned this Apr 12, 2023
@chelnak chelnak merged commit 58865e1 into main Apr 12, 2023
@chelnak chelnak deleted the fix_config_init branch April 12, 2023 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant