Release 1.1.2
Release Install
- fix some docs and set release to not be prerelease
- finalize release process for Linux and MacOS
We support Linux x64 and MacOS x64 releases only. For Windows, you'll have to build your own with the pkg command; and make adjustments to the code if it doesn't work.
Linux
curl -L "https://github.com/TrentonAdams/jira-cli-tools/releases/download/1.1.2/jira-cli-tools-linux-x64.tar.gz" > jira-cli-tools-linux-x64.tar.gz;
sudo tar -C / -xvzf jira-cli-tools-linux-x64.tar.gz
MacOS
curl -L "https://github.com/TrentonAdams/jira-cli-tools/releases/download/1.1.2/jira-cli-tools-macos-x64.tar.gz" > jira-cli-tools-macos-x64.tar.gz;
sudo tar -C / -xvzf jira-cli-tools-macos-x64.tar.gz