Closed
Description
Installed gren
, created github key, ran gren
, no errors... but nothing seems to have happened?
gren --help
yields nothing useful.
What exactly is the expected result of all this? README seems to miss the mark in terms of explaining what this (hopefully useful) tool does, I'm afraid.
FWIW, my console output:
kieffer@MacBook-Pro-3$ pwd
/Users/kieffer/projects/node-mime
kieffer@MacBook-Pro-3$ lsf
total 80
-rw-r--r-- 1 kieffer staff 1098 May 11 21:53 LICENSE
-rw-r--r-- 1 kieffer staff 1894 Sep 12 15:32 Mime.js
-rw-r--r-- 1 kieffer staff 5053 Sep 12 15:40 README.md
-rw-r--r-- 1 kieffer staff 150 Sep 12 15:32 cli.js
-rw-r--r-- 1 kieffer staff 114 Sep 12 15:32 index.js
-rw-r--r-- 1 kieffer staff 88 Sep 12 15:32 lite.js
drwxr-xr-x 35 kieffer staff 1190 Sep 12 15:44 node_modules/
-rw-r--r-- 1 kieffer staff 8168 Sep 12 15:44 package-lock.json
-rw-r--r-- 1 kieffer staff 962 Sep 12 15:44 package.json
drwxr-xr-x 6 kieffer staff 204 Sep 12 15:40 src/
drwxr-xr-x 4 kieffer staff 136 Sep 12 15:32 types/
kieffer@MacBook-Pro-3$ gren
Release task:
===================================
Getting the list of releases: ..... (0.49 secs)
1 releases found
Getting tags: .... (0.33 secs)
Tags found: v1.4.0, v1.3.6
Getting the tag dates ranges: .... (0.34 secs)
Creating the body blocks from releases:
Getting all closed issues: ...... (0.52 secs)
13 issues found
Skipping v1.4.0 (use --override to replace it)
kieffer@MacBook-Pro-3$ lsf
total 80
-rw-r--r-- 1 kieffer staff 1098 May 11 21:53 LICENSE
-rw-r--r-- 1 kieffer staff 1894 Sep 12 15:32 Mime.js
-rw-r--r-- 1 kieffer staff 5053 Sep 12 15:40 README.md
-rw-r--r-- 1 kieffer staff 150 Sep 12 15:32 cli.js
-rw-r--r-- 1 kieffer staff 114 Sep 12 15:32 index.js
-rw-r--r-- 1 kieffer staff 88 Sep 12 15:32 lite.js
drwxr-xr-x 35 kieffer staff 1190 Sep 12 15:44 node_modules/
-rw-r--r-- 1 kieffer staff 8168 Sep 12 15:44 package-lock.json
-rw-r--r-- 1 kieffer staff 962 Sep 12 15:44 package.json
drwxr-xr-x 6 kieffer staff 204 Sep 12 15:40 src/
drwxr-xr-x 4 kieffer staff 136 Sep 12 15:32 types/
kieffer@MacBook-Pro-3$