miniflux-legacy/scripts
Mathias Kresin 8e78c77fc1 introduce release script
This script replaces make-archive.sh and make-tag.sh.

Switch to 'git archive' to create a ZIP file from the repo. Its way
more faster, automates a lot things and works with the GitHub download
HEAD/Release/Tag as ZIP functionality as well.

git archive reads the file .gitattributes to determine which files has
to be excluded from the zip file.

It replaces the following placeholders in common.php:

$Format:%d$": with the output of git log --pretty=format:%d which
contains the tag of the last commit (if tagged).

$Format:%H$": with the hash of the latest included commit.

If no tag can be found the hash is appended to "master" and shown as
version number.

The approach is kind of hackish since no distinct format option for the
tag exists.

Fixes #231, https://github.com/fguillot/miniflux/issues/213#issuecomment-65631765
2015-01-10 09:37:52 +01:00
..
docker Move Docker files 2014-11-01 12:14:33 -04:00
api-client.sh Improve files organization 2014-02-08 14:13:14 -05:00
find-strings.sh Add script to find missing locales 2015-01-08 23:54:24 +01:00
make-html-changes.sh Add utility script to output changes in html 2014-02-09 14:26:02 -05:00
make-js.sh make-js: use https 2015-01-08 23:54:24 +01:00
make-release.sh introduce release script 2015-01-10 09:37:52 +01:00
sync-locales.php Add option to force RTL mode per feed and improve feed modification 2014-10-19 19:14:33 -04:00