stevenharman / git_tracker

Some simple tricks that make working with Pivotal Tracker even better... and easier... um, besier!
https://github.com/stevenharman/git_tracker
MIT License
170 stars 11 forks source link

Uses a more restrictive regex to find story numbers #16

Closed bdarfler closed 10 years ago

bdarfler commented 10 years ago

This prevents issues where version numbers are mistakenly captured and used as the story number.

stevenharman commented 10 years ago

Thanks for the PR. I'm re-running the Travis build to see if we can get it past the install errors. And I have a few questions (inline).

stevenharman commented 10 years ago

Pending :green_heart: from CI, and I'll merge this.

Thanks!

bdarfler commented 10 years ago

Awesome! When do you anticipate a 1.6.2 bump?

stevenharman commented 10 years ago

Later today. Though it might take a day or so to get the Homebrew update merged.

bdarfler commented 10 years ago

Thanks, thats some fast turn around. I'll keep an eye out for the Homebrew update.

stevenharman commented 10 years ago

Just released a v1.6.2 to RubyGems.org. Also submitted to Homebrew: https://github.com/Homebrew/homebrew/pull/27885

bdarfler commented 10 years ago

Awesome, just updated!