Skip to content

Conversation

@pothos
Copy link
Member

@pothos pothos commented Nov 25, 2025

We do manual fixes in the hackmd during the release or in the git changelog folder after the release. In the changelog folder they showed up again as new changes which is not wanted.
Fix the logic to ignore file changes.

How to use

Testing done

git difftool --no-prompt --extcmd='sh -c "if [ \"$LOCAL\" = /dev/null ] ; then cat \"$REMOTE\" ; fi" --' "origin/main..origin/tormath1/changelog" -- "changelog/"
is empty but
git difftool --no-prompt --extcmd='sh -c "if [ \"$LOCAL\" = /dev/null ] ; then cat \"$REMOTE\" ; fi" --' "origin/linux-6.12.58-main..origin/tormath1/changelog" -- "changelog/"
shows the changelog in the corrected version

We do manual fixes in the hackmd during the release or in the git
changelog folder after the release. In the changelog folder they showed
up again as new changes which is not wanted.
Fix the logic to ignore file changes.

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
@pothos pothos requested a review from a team as a code owner November 25, 2025 10:53
Copy link
Contributor

@chewi chewi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! I didn't really want to touch this myself. 😅

@pothos pothos merged commit 8f6085b into main Nov 25, 2025
1 check passed
@pothos pothos deleted the kai/changelog-newfiles branch November 25, 2025 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants