Skip to content

v0.7.0

Compare
Choose a tag to compare
@Baarsgaard Baarsgaard released this 09 Sep 05:41
· 42 commits to master since this release
584b2da

Features

  • New Query subcommand for returning a query result json
    Pairs well with jq/yq to pull information out of jira
    A future improvement will omit nulls from being printed.
  • Branch now has a --overwrite option for fully specifying the branch name
  • Branch will now ask to checkout any existing branches matching the issue key. Skip by pressing ESC.

Breaking Changes

  • Removed always_short_branch_names configuration
    Encountering these branches is unpleasant and should be the exception.
  • Removed retry_query configuration, it added a lot of needless complexity for very little gain.
    The majority of the gain can be achieved by writing a more lenient issue_query and increasing the max_query_results
  • --filter no longer has a shorthand -f

Fixes

  • transition Now correctly aborts when there are required fields.
    Jig does not yet have a good way to handle this.
  • Branch na.e sanitization logic is now recursive to circumvent edge cases.
  • Commit messages with just an issue key now throws an error instead of panic.
  • Many user messages(Errors/Help/Suggestions) have been rewritten for clarity.
  • Various Typos #15

All changes: v0.6.2...v0.7.0

Upgrading:

For the newest release:

jig upgrade