googleapis / release-please-action

automated releases based on conventional commits
Apache License 2.0
1.7k stars 209 forks source link

Include other commit prefixes to changelog.md from pre-defined CHANGELOG_SECTIONS #1020

Open janezlapajne opened 3 months ago

janezlapajne commented 3 months ago

I use release-please action and it works like a charm!

I employ simple setup for python:

      - uses: googleapis/release-please-action@v4
        with:
          token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
          release-type: python

I have seen that most commit prefixes are not written to changelog file, probably based on hidden flag defined in CHANGELOG_SECTIONS

Is there an option in the github action itself to define which prefixes to include? If not, what is the most elegant solution to achieve this?

Thank you in advance!

ajiho commented 3 months ago

Great question, I also have similar needs