Critical bug: the CHANGELOG.md file seems to be being swallowed since the since and future versions are the same.
Reproduction
Run the script when since and future are the same.
Expected Output
When they are both the same, they should result in a CHANGELOG.md file that is entirely human-generated. Instead, nothing is being generated.
This is likely because the HISTORY.md file is not being written as needed. Even a single missing step can cause this failure so it's important to see the changelog changes each time the script is run.
The Problem
Critical bug: the CHANGELOG.md file seems to be being swallowed since the
since
andfuture
versions are the same.Reproduction
Run the script when
since
andfuture
are the same.Expected Output
When they are both the same, they should result in a
CHANGELOG.md
file that is entirely human-generated. Instead, nothing is being generated.This is likely because the
HISTORY.md
file is not being written as needed. Even a single missing step can cause this failure so it's important to see the changelog changes each time the script is run.Environment
N/A.