Skip to content

Commit

Permalink
build(package): update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mamoonraja committed Sep 4, 2018
1 parent a1fdf8c commit 452f2ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# changelog-generator
# interval-changelog-generator

<p align="center">
<a href="http://travis-ci.org/mamoonraja/changelog-generator">
Expand All @@ -16,13 +16,13 @@ Wrapper around conventional changelog core [package](https://github.com/conventi
You will need to have [Node.js](https://nodejs.org/en/download/) installed.

```bash
$ npm i -g changelog-generator
$ npm i -g interval-changelog-generator
```

Print the changelog from a github tag `v1.0.0_8_27_18` to `v1.0.1_8_28_18`.

```bash
$ changelog-generator -t v1.0.0_8_28_18 -f v1.0.0_8_27_18
$ interval-changelog-generator -t v1.0.0_8_28_18 -f v1.0.0_8_27_18
```

Example output
Expand All @@ -40,9 +40,9 @@ Example output
## Help

```bash
$ changelog-generator --help # or -h (see all possibles options)
$ interval-changelog-generator --help # or -h (see all possibles options)

Usage: changelog-generator [options]
Usage: interval-changelog-generator [options]

Options:

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "changelog-generator",
"version": "0.1.0",
"description": "A CLI to generate custom changelog between to commits",
"name": "interval-changelog-generator",
"version": "0.1.1",
"description": "A CLI to generate custom changelog during the interval between two commits",
"license": "MIT",
"bin": {
"changelog-generator": "./src/cli.js"
Expand Down

0 comments on commit 452f2ff

Please sign in to comment.