nedbat / scriv

Changelog management tool
https://scriv.readthedocs.io
Apache License 2.0
256 stars 28 forks source link

`output_file` setting should be `changelog` instead #77

Open nedbat opened 1 year ago

nedbat commented 1 year ago

Originally, scriv only wrote to changelog files, so output_file seemed right. But the github-release command reads from the file. A better name would be changelog (or changelog_file) for the setting. Of course, the old setting would still be recognized so people wouldn't be broken.

nedbat commented 1 year ago

Also, insert_marker should be start_marker, especially since the corresponding setting for the end is already called end_marker.