Comparing version 1.2.0 to 1.2.1
@@ -279,3 +279,3 @@ var program = require('commander'), | ||
getLastCommitMessage(function(message) { | ||
message += '\n[close #' + program.args[0] + ']'; | ||
message += '\nPR: #' + program.args[0]; | ||
@@ -282,0 +282,0 @@ amendLastCommitMessage(message, maybeForcePush); |
@@ -6,3 +6,3 @@ { | ||
"name": "git-lander", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A CLI tool that makes merging GitHub pull requests without merge commits easy.", | ||
@@ -9,0 +9,0 @@ "main": "lander.js", |
@@ -5,1 +5,9 @@ # git-lander | ||
usage: | ||
```bash | ||
$ npm i -g git-lander | ||
$ lander configure # get a new github access token | ||
# start landing PRs with purple sizzurp (leave out the hash tag on the number) | ||
$ lander land 26 -af | ||
``` |
11173
13