Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: cort update-release-notes #11

Merged
merged 6 commits into from
Jun 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ USAGE
<!-- commands -->
* [`cort hello`](#cort-hello)
* [`cort help [COMMAND]`](#cort-help-command)
* [`cort identify`](#cort-identify)
* [`cort update-release-notes`](#cort-update-release-notes)

## `cort hello`

Expand Down Expand Up @@ -67,4 +69,33 @@ OPTIONS
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.6/src\commands\help.ts)_

## `cort identify`

Identify the project and output relevant information

```
USAGE
$ cort identify

OPTIONS
-n, --name=name name to print

DESCRIPTION
...
Extra documentation goes here
```

_See code: [src\commands\identify.js](https://github.com/janpio/cordova-release-tools/blob/v0.0.1/src\commands\identify.js)_

## `cort update-release-notes`

Update the project's `RELEASENOTES.md` with the relevant commits

```
USAGE
$ cort update-release-notes
```

_See code: [src\commands\update-release-notes.js](https://github.com/janpio/cordova-release-tools/blob/v0.0.1/src\commands\update-release-notes.js)_
<!-- commandsstop -->
Loading