shipperstack / shipper

Artifact release manager
GNU Affero General Public License v3.0
4 stars 3 forks source link

bug: release helper ignores changelog headings #563

Closed ericswpark closed 1 month ago

ericswpark commented 1 month ago

What subsystem are you reporting a problem with? (Hint: you can select multiple!)

Release helper

What happened?

The release helper ignores all changelog headings written with Markdown (i.e. lines that start with a # symbol)

What can we do to reproduce the problem?

  1. Write a changelog entry with headings denoted by #
  2. Run shipper-release p and observe commit message pushed.

Relevant log output

No response

shipper version

N/A

shippy version

N/A

Anything else?

No response

ericswpark commented 1 month ago

This is an issue with the release-helper tool truncating during commit message generation, not GitHub Actions.