Skip to content

Commit

Permalink
fix changelog heading
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Aug 11, 2023
1 parent e27f68c commit 1322395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updateVersion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ then
fi
if [[ $TXS_VERSION_CPP != $TXS_VERSION_CHANGELOG ]]; then
echo "update: CHANGELOG.md:"
sed -i "2s;^;TeXstudio $TXS_VERSION_CPP\n\n- \n\n;" utilities/manual/source/CHANGELOG.md
sed -i "2s;^;## TeXstudio $TXS_VERSION_CPP\n\n- \n\n;" utilities/manual/source/CHANGELOG.md
fi
if [[ $TXS_VERSION_CPP != $TXS_VERSION_DEBIAN_CHANGELOG ]]; then
echo "update: changelog (debian/changelog):"
Expand Down

0 comments on commit 1322395

Please sign in to comment.