v0.11.1
·
125 commits
to v2.x.x
since this release
Issues Fixed
-
Fix
pull attach(there seems to be a GitHub bug that makes the person attaching code to the issue take over the issue and appear as the author of it too, it was already reported to GitHub). -
Packages are automatically uploaded to Bintray when tagging
To use / install from the Bintray apt repo you can do the following:
echo "deb https://dl.bintray.com/sociomantic-tsunami/tools $(lsb_release -cs) release" | sudo tee -a /etc/apt/sources.list.d/sociomantic-tools.list sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61 sudo apt-get update sudo apt-get install git-hub
You can add another line to
/etc/apt/sources.list.d/sociomantic-tools.listreplacingreleasewithprereleaseif you want to get the prereleases too.Warning: Packages are only available for Ubuntu Trusty (14.04) and Xenial (16.04).