Skip to content

v1.0.1

Compare
Choose a tag to compare
@pedrocunha pedrocunha released this 22 Jan 16:20
· 63 commits to master since this release
Breaking change
  • git-pull-request as been renamed as git-pivotal-pr. This was done in order to not clash with hub gem. Thanks to @jphastings for his contribution.
Improvements
  • When pulling the description body from Pivotal Tracker using git-pull-request sometimes we would hit a GET request limit and Github would raise a 414. We now check how many bytes the description has and warn the user via the CLI if the description is too long. We then print to STDOUT the story description that can be copy / pasted into the PR.
  • When the Pivotal Tracker auth token is invalid, the REST client no longer raises an Authentication exception, instead we print to the STDOUT a warning to the user.
  • We have added git-jira-branch which behaves similar to git-pivotal-branch. As the name implies it will try to search in JIRA for the issue id. Please check the README for more information on this. Thanks for @martyphee for his contribution.
Bugfixes
  • We have squashed some whitespace handling / improved merge-po functionality thanks to @Arthur2e5