Skip to content

v0.2.0

Compare
Choose a tag to compare
@andygrunwald andygrunwald released this 03 Sep 15:30
· 25 commits to master since this release

Fixed bugs

  • Replaced own JIRA connection with github.com/andygrunwald/go-jira
  • Only start authentification if a username and password are applied
  • Set correct exit code by version output

Breaking changes

  • Renamed "Ticket" to the official wording "Issue"

Enhancements

  • Added git pre-receive hook to README use cases
  • Introduced basic version of logger + verbose flag
  • Support for stdin
  • Added ticket key into error message.
  • Add a check for JIRA instance
  • Set error messages a little bit more friendly and useful
  • Added unit tests
  • Added travis ci
  • Add image to visualize the process

Getting Started

OS X

To get started on OS X run the following in a terminal:

curl -L https://github.com/andygrunwald/jitic/releases/download/v0.2.0/jitic-v0.2.0-darwin-amd64.zip -o jitic-v0.2.0-darwin-amd64.zip
unzip jitic-v0.2.0-darwin-amd64.zip
cd jitic-v0.2.0-darwin-amd64
./jitic -version

Linux

To get started on Linux run the following in a terminal:

curl -L https://github.com/andygrunwald/jitic/releases/download/v0.2.0/jitic-v0.2.0-linux-amd64.tar.gz -o jitic-v0.2.0-linux-amd64.tar.gz
tar xzvf jitic-v0.2.0-linux-amd64.tar.gz
cd jitic-v0.2.0-linux-amd64
./jitic -version