diff --git a/HACKING b/HACKING index a802779..479f1aa 100644 --- a/HACKING +++ b/HACKING @@ -36,7 +36,7 @@ Rolling a release: and . Use - PV_PREV=$(git tag -l | tail -n 2 | head -n 1) - git diff ${PV_PREV}..${PV} ChangeLog | /bin/grep '^+\($\| \)' | sed 's|^+ *||' | xsel + PREV_TAG=$(git tag -l | tail -n 2 | head -n 1) + git diff ${PREV_TAG}..v${PV} ChangeLog | /bin/grep '^+\($\| \)' | sed 's|^+ *||' | xsel - to generate that the mail body. + to generate the mail body.