Prepare initial release, yeah!
This commit is contained in:
parent
32fce5b965
commit
34acccd4a2
4 changed files with 4 additions and 30 deletions
|
@ -12,7 +12,6 @@
|
||||||
# * date Author's Name <author's email> version-release
|
# * date Author's Name <author's email> version-release
|
||||||
# - Summary of changes
|
# - Summary of changes
|
||||||
|
|
||||||
* Sun Apr 13 2014 Jack Tar <jack.tar@example.com> 0.0.1-1
|
* Sun Sep 20 2020 Sebastian J. Wolf <sebastian@ygriega.de> 0.1
|
||||||
- Scrubbed the deck
|
- Initial release
|
||||||
- Hoisted the sails
|
|
||||||
|
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
#
|
|
||||||
# Rename this file as harbour-fernschreiber.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
|
|
|
@ -12,7 +12,7 @@ Name: harbour-fernschreiber
|
||||||
|
|
||||||
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
||||||
Version: 0.1
|
Version: 0.1
|
||||||
Release: 5
|
Release: 6
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: LICENSE
|
License: LICENSE
|
||||||
URL: http://werkwolf.eu/
|
URL: http://werkwolf.eu/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Name: harbour-fernschreiber
|
Name: harbour-fernschreiber
|
||||||
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
||||||
Version: 0.1
|
Version: 0.1
|
||||||
Release: 5
|
Release: 6
|
||||||
# The contents of the Group field should be one of the groups listed here:
|
# The contents of the Group field should be one of the groups listed here:
|
||||||
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
|
|
Loading…
Reference in a new issue