Add flashy spiral timer to cover
[harbour-pedalo.git] / rpm / harbour-pedalo.changes.run.in
1 #!/bin/bash
2 #
3 # Rename this file as harbour-pedalo.changes.run to let mb2 automatically
4 # generate changelog from well formatted Git commit messages and tag
5 # annotations.
6
7 git-change-log
8
9 # Here are some basic examples how to change from the default behavior. Run
10 # git-change-log --help inside the Sailfish OS SDK chroot or build engine to
11 # learn all the options git-change-log accepts.
12
13 # Use a subset of tags
14 #git-change-log --tags refs/tags/my-prefix/*
15
16 # Group entries by minor revision, suppress headlines for patch-level revisions
17 #git-change-log --dense '/[0-9]\+\.[0-9\+$'
18
19 # Trim very old changes
20 #git-change-log --since 2014-04-01
21 #echo '[ Some changelog entries trimmed for brevity ]'
22
23 # Use the subjects (first lines) of tag annotations when no entry would be
24 # included for a revision otherwise
25 #git-change-log --auto-add-annotations