autosuite / autolog

GitHub Action that automatically creates and stages a CHANGELOG.md file, preserving human-made changes.
Apache License 2.0
2 stars 0 forks source link

Get since version from changelog, not tags #12

Closed paced closed 5 years ago

paced commented 5 years ago

The Problem

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.

Environment

N/A.

paced commented 5 years ago

Will resolve directly to master.