pivotal-github 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -115,6 +115,14 @@ Additionally, `git story-merge` accepts any options valid for `git merge`.
115
115
 
116
116
  $ git story-pull-request
117
117
 
118
+ Experience shows that, when using `git story-commit` it's easy to forget to mark the story finished when making the last commit. As a reminder, the `git story-pull-request` command exits with a warning if the most recent commit doesn't contain 'Finishes' or 'Delivers' (or 'Finished' or 'Delivered'). This warning can be overriden with the `--force` flag.
119
+
120
+ #### Options
121
+
122
+ Usage: git story-pull-request [options]
123
+ -f, --force run without marking story finished
124
+ -h, --help this usage guide
125
+
118
126
  ### story-open
119
127
 
120
128
  The `story-open` command (*note*: no `git`) opens the current story in the default browser (OS X–only):
@@ -1,5 +1,5 @@
1
1
  module Pivotal
2
2
  module Github
3
- VERSION = "0.6.3"
3
+ VERSION = "0.6.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pivotal-github
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: