Closed paced closed 4 years ago
Repositories often don't default to having a CHANGELOG.md file which is required by this script.
CHANGELOG.md
Just create a new repo and try to run Autologger.
No errors should appear if `CHANGELOG.md`` does not exist, and it should be handled in an "elegant" way.
The easy way around this is just to touch the file just before we're about to read it for the first time.
touch
N/A.
Resolved in master.
master
The Problem
Repositories often don't default to having a
CHANGELOG.md
file which is required by this script.Reproduction
Just create a new repo and try to run Autologger.
Expected Output
No errors should appear if `CHANGELOG.md`` does not exist, and it should be handled in an "elegant" way.
The easy way around this is just to
touch
the file just before we're about to read it for the first time.Environment
N/A.