From e4ad766315879e1ff05bb111229f073f8f0ed68e Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Mon, 10 Oct 2022 21:30:02 +0200 Subject: PassFish: Initial Commit Well, that's a lie. But nobody needs to see all the iterations I decided to sweep under the rug. That said, I think the repo is, while not clean, clean enough now, to not be embarrassed by uploading it to github. --- rpm/harbour-passfish.changes.run.in | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 rpm/harbour-passfish.changes.run.in (limited to 'rpm/harbour-passfish.changes.run.in') diff --git a/rpm/harbour-passfish.changes.run.in b/rpm/harbour-passfish.changes.run.in new file mode 100644 index 0000000..9a9cc5d --- /dev/null +++ b/rpm/harbour-passfish.changes.run.in @@ -0,0 +1,25 @@ +#!/bin/bash +# +# Rename this file as PassFish.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 -- cgit v1.2.3