]> source.dussan.org Git - gitblit.git/commit
Add deployment of a release to GitHub
authorFlorian Zschocke <florian.zschocke@devolo.de>
Sun, 26 Jan 2020 15:47:44 +0000 (16:47 +0100)
committerFlorian Zschocke <florian.zschocke@devolo.de>
Mon, 27 Jan 2020 20:48:20 +0000 (21:48 +0100)
commite0e23d872c625c8b5494c37b0e5b90475a3cee78
tree1d5b28f6471509537daaf0d8177ba086b1923404
parent8463244e78c9d6fdfed8ebb1227b9a9494219567
Add deployment of a release to GitHub

Add Ant tasks and macros to deploy binaries to GitHub,
using GitHub's releases.

Adds an Awk script to extract GH flavoured markdown release notes
from the release.moxie file.

Adds `ok.sh` to the repository so that it is readily available.
This is a Bourne shell GitHub API client, used to create a release
on GitHub and upload the binaries.
.github/ok.sh [new file with mode: 0755]
build.xml
src/site/templates/ghreleasenotes.awk [new file with mode: 0755]