Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
janezlapajne opened this issue Jul 11, 2024 · 1 comment
Assignees
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: question Request for information or clarification. Not an issue.

Comments

@janezlapajne
Copy link

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!

@janezlapajne janezlapajne added priority: p3 Desirable enhancement or fix. May not be included in next release. type: question Request for information or clarification. Not an issue. labels Jul 11, 2024
@ajiho
Copy link

ajiho commented Jul 25, 2024

Great question, I also have similar needs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

3 participants