-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a8a039
commit 77b6818
Showing
7 changed files
with
114 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Rename this file as harbour-qvod.changes to include changelog | ||
# entries in your RPM file. | ||
# | ||
# Add new changelog entries following the format below. | ||
# Add newest entries to the top of the list. | ||
# Separate entries from eachother with a blank line. | ||
# | ||
# Alternatively, if your changelog is automatically generated (e.g. with | ||
# the git-change-log command provided with Sailfish OS SDK), create a | ||
# harbour-qvod.changes.run script to let mb2 run the required commands for you. | ||
|
||
# * date Author's Name <author's email> version-release | ||
# - Summary of changes | ||
|
||
* Sun Apr 13 2014 Jack Tar <jack.tar@example.com> 0.0.1-1 | ||
- Scrubbed the deck | ||
- Hoisted the sails | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#!/bin/bash | ||
# | ||
# Rename this file as harbour-souniaoime.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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters