We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6675601 commit 8be7095Copy full SHA for 8be7095
prepare-release
@@ -81,10 +81,11 @@ if [ "$1" = 'pre-export' ]; then
81
82
# update the last-modification field of manpages based on git changes
83
grep --files-with-matches '<date>' doc/*.xml | while read file; do \
84
- LASTMOD="$(date -d "@$(git log --format='%at' --max-count=1 --invert-grep --fixed-strings --grep 'review
+ LASTMOD="$(date -d "@$(git log -i --format='%at' --max-count=1 --invert-grep --fixed-strings --grep 'review
85
typo
86
release
87
-Git-Dch: Ignore' "$file")" '+%Y-%m-%dT00:00:00Z')"
+Git-Dch: Ignore
88
+Gbp-Dch: ignore' "$file")" '+%Y-%m-%dT00:00:00Z')"
89
sed -i -e "s#^\([ ]\+\)<date>.*</date>\$#\1<date>$LASTMOD</date>#" "$file"
90
done
91
0 commit comments