Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Feb 1, 2024
1 parent 5732817 commit 9b1ed21
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Commands:
cmd2md <command> documents a runnable command and outputs it to stdout
insertmd <readme> [heading] [foldable] takes Markdown from stdin and insert it into a Markdown file
inserttoc <readme> [heading] updates the TOC in a Markdown file
release-npm [path] release a npm package
help [command] display help for command
```

Expand Down Expand Up @@ -94,3 +95,18 @@ Arguments:
Options:
-h, --help display help for command
```

## Subcommand: `vrt release-npm`

```console
$ vrt release-npm
Usage: vrt release-npm [options] [path]

release a npm package

Arguments:
path root path of the Node.js project

Options:
-h, --help display help for command
```
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versatiles/release-tool",
"version": "1.0.3",
"version": "1.1.0",
"description": "VersaTiles release and documentation tools",
"bin": {
"vrt": "./dist/index.js"
Expand Down

0 comments on commit 9b1ed21

Please sign in to comment.