diff options
Diffstat (limited to 'rpm/BinaryFun.changes.run.in')
-rw-r--r-- | rpm/BinaryFun.changes.run.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/rpm/BinaryFun.changes.run.in b/rpm/BinaryFun.changes.run.in deleted file mode 100644 index c7f6475..0000000 --- a/rpm/BinaryFun.changes.run.in +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash -# -# Rename this file as BinaryFun.changes.run to let mb2 automatically -# generate changelog from well formatted Git commit messages and tag -# annotations. - -git-change-log - -# Here are some basic examples how to change from the default behavior. Run -# git-change-log --help inside the Sailfish OS SDK chroot or build engine to -# learn all the options git-change-log accepts. - -# Use a subset of tags -#git-change-log --tags refs/tags/my-prefix/* - -# Group entries by minor revision, suppress headlines for patch-level revisions -#git-change-log --dense '/[0-9]\+\.[0-9\+$' - -# Trim very old changes -#git-change-log --since 2014-04-01 -#echo '[ Some changelog entries trimmed for brevity ]' - -# Use the subjects (first lines) of tag annotations when no entry would be -# included for a revision otherwise -#git-change-log --auto-add-annotations |