Prevent GitHub release changelog overwriting #82
-
When I publish a GitHub release mc-publish overwrites the GitHub release's changelog when adding the files to the release, how can I prevent this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
As per the documentation, the Could you provide more details about the specific configuration you're using, or perhaps an example where this is happening? With more context, it would be easier to diagnose the exact issue and suggest a workaround or solution. |
Beta Was this translation helpful? Give feedback.
Ah, I see. In this case you can utilize
github-changelog
to keep the original changelog intact, as shown in #76.