Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Releases: Sigimera/gitjira

v0.3.0

04 Jul 08:53

Choose a tag to compare

v0.3.0 Pre-release
Pre-release
  • Adding shortcut binary gj pointing to git-jira
  • Adding git-jira config command that outputs the configured JIRA host, project key and username
  • Making git-jira list the default command if executed git-jira
  • Improving general error and warning messages
  • Returning unix conform return values: 0 (ok), 1 (minor problems) and 2 (serious trouble)

v0.2.0

04 Jul 08:48

Choose a tag to compare

v0.2.0 Pre-release
Pre-release
  • Get information about a JIRA issue that does not exist as branch, e.g. git-jira describe -i 123

v0.1.1

04 Jul 08:45

Choose a tag to compare

v0.1.1 Pre-release
Pre-release
  • [URGENT-FIX] Fixing broken git-jira list command
  • README improvement

v0.1.0

04 Jul 08:42

Choose a tag to compare

v0.1.0 Pre-release
Pre-release
  • git-jira describe: Outputs more information about the current branch (if related to an JIRA issue)
  • Further README improvements

v0.0.2

04 Jul 08:39

Choose a tag to compare

v0.0.2 Pre-release
Pre-release
  • Adding option -f/--force for setup. Forcing the overwrite of previous configuration.
  • Bug fixing
  • Improving README: Adding Tips & Tricks section, explaining how to install the binary globally with the help of rvm.

v0.0.1

04 Jul 08:36

Choose a tag to compare

v0.0.1 Pre-release
Pre-release
  • Setup of JIRA instance per GIT project
  • git-jira list returns a list of all feature branches that have a relation to a JIRA issue