Skip to content

Commit 25dd464

Browse files
committed
tools/create-changelog.sh: List commits which change LABNOTEBOOK_VERSION
1 parent 0790a74 commit 25dd464

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/create-changelog.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ old_tag=$(git describe --tags --abbrev=0 --match "Release_*")
3535
git --git-dir=$git_dir log --submodule=diff --no-merges --pretty="$fmt" $old_tag..HEAD > changelog.txt
3636

3737
$top_level/tools/get-changed-controls.sh >> changelog.txt
38+
39+
echo "" >> changelog.txt
40+
echo "Commits which have LABNOTEBOOK_VERSION in their diff" >> changelog.txt
41+
echo "" >> changelog.txt
42+
43+
git log --regexp-ignore-case --pretty="$fmt" -G LABNOTEBOOK_VERSION ${old_tag}.. $top_level/Packages/MIES/MIES_Constants.ipf >> changelog.txt

0 commit comments

Comments
 (0)