From 65b17372262cabdb78c06ed8c012c63ccb5d2848 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 30 May 2012 21:37:22 +0200 Subject: [PATCH] rename changelog file to CHANGELOG.git --- submit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/submit b/submit index df1f3f0..99155e3 100755 --- a/submit +++ b/submit @@ -7,10 +7,10 @@ BRANCH=$(git branch | grep '*' | cut -d' ' -f2) # Generate ChangeLog git log --format=%H --grep="update changelog" > ignore_hash -git log --format=%H | grep -v -f ignore_hash | git log --pretty --stdin --no-walk > CHANGELOG +git log --format=%H | grep -v -f ignore_hash | git log --pretty --stdin --no-walk > CHANGELOG.git rm -f ignore_hash -git add CHANGELOG -git commit -m 'update changelog' CHANGELOG +git add CHANGELOG.git +git commit -m 'update changelog' CHANGELOG.git # Tag GIT using the version in the spec file git tag $VERSION